Explorar o código

--- Merging r20070 into '.':
U installer/install.pas

git-svn-id: branches/fixes_2_6@20071 -

Tomas Hajny %!s(int64=13) %!d(string=hai) anos
pai
achega
a4ac9904c1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      installer/install.pas

+ 2 - 2
installer/install.pas

@@ -910,8 +910,8 @@ program install;
           S := 'and your LIBPATH with ''' + S
          else
           S := 'Extend your LIBPATH with ''' + S;
-         System.Delete (S, Length (S) - 3, 4);
-         S := S + '\dll''';
+         System.Delete (S, Length (S) - 6, 7);
+         S := S + 'dll''';
          R.Assign (2, YB - 14, 64, YB - 12);
          P := New (PStaticText, Init (R, S));
          Insert (P);