فهرست منبع

* renamed Delphi 2 extensions on to Object pascal support

florian 21 سال پیش
والد
کامیت
af2ca3d898
3فایلهای تغییر یافته به همراه15 افزوده شده و 6 حذف شده
  1. 5 2
      ide/fpstre.inc
  2. 5 2
      ide/fpstrh.inc
  3. 5 2
      ide/fpswitch.pas

+ 5 - 2
ide/fpstre.inc

@@ -755,7 +755,7 @@ const
       msg_automaticallycreateddontedit = 'Automaticly created file, don''t edit.';
 
       { Compiler options }
-      opt_delphi2extensions = '~D~elphi 2 extensions on';
+      opt_objectpascal = '~O~bject pascal support';
       opt_clikeoperators = '~C~-like operators';
       opt_stopafterfirsterror = 'S~t~op after first error';
       opt_allowlabelandgoto = 'Allo~w~ LABEL and GOTO';
@@ -1057,7 +1057,10 @@ const
 
 {
   $Log$
-  Revision 1.21  2004-11-14 21:45:28  florian
+  Revision 1.22  2004-11-20 10:10:32  florian
+    * renamed Delphi 2 extensions on to Object pascal support
+
+  Revision 1.21  2004/11/14 21:45:28  florian
     * fixed non working mouse after tools call
     * better handling of source/target info
     * more info in about dialog

+ 5 - 2
ide/fpstrh.inc

@@ -733,7 +733,7 @@ const
       msg_automaticallycreateddontedit = 'Automatikusan l‚trehozott f jl, ne szerkessze!';
 
       { Compiler options }
-      opt_delphi2extensions = '~D~elphi 2 b‹v¡t‚sek be';
+      opt_objectpascal = '~D~elphi 2 b‹v¡t‚sek be';
       opt_clikeoperators = '~C~-szerû oper torok';
       opt_stopafterfirsterror = 'S~t~op az els‹ hiba ut n';
       opt_allowlabelandgoto = 'LABEL, GOTO enged‚l~y~ezve';
@@ -998,7 +998,10 @@ const
 
 {
   $Log$
-  Revision 1.2  2002-09-07 15:40:44  peter
+  Revision 1.3  2004-11-20 10:10:32  florian
+    * renamed Delphi 2 extensions on to Object pascal support
+
+  Revision 1.2  2002/09/07 15:40:44  peter
     * old logs removed and tabs fixed
 
 }

+ 5 - 2
ide/fpswitch.pas

@@ -857,7 +857,7 @@ begin
   New(SyntaxSwitches,Init('S'));
   with SyntaxSwitches^ do
    begin
-     AddBooleanItem(opt_delphi2extensions,'2',idNone);
+     AddBooleanItem(opt_objectpascal,'2',idNone);
      AddBooleanItem(opt_clikeoperators,'c',idNone);
      AddBooleanItem(opt_stopafterfirsterror,'e',idNone);
      AddBooleanItem(opt_allowlabelandgoto,'g',idNone);
@@ -1282,7 +1282,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.19  2004-11-14 21:45:29  florian
+  Revision 1.20  2004-11-20 10:10:32  florian
+    * renamed Delphi 2 extensions on to Object pascal support
+
+  Revision 1.19  2004/11/14 21:45:29  florian
     * fixed non working mouse after tools call
     * better handling of source/target info
     * more info in about dialog