Преглед на файлове

* regenerated

git-svn-id: branches/fixes_2_2@6865 -
florian преди 18 години
родител
ревизия
a1febf5d52
променени са 2 файла, в които са добавени 7 реда и са изтрити 7 реда
  1. 1 1
      compiler/msgidx.inc
  2. 6 6
      compiler/msgtxt.inc

+ 1 - 1
compiler/msgidx.inc

@@ -703,7 +703,6 @@ const
   option_switch_bin_to_src_assembler=11020;
   option_incompatible_asm=11021;
   option_asm_forced=11022;
-  option_confict_asm_debug=11041;
   option_using_file=11026;
   option_using_env=11027;
   option_handling_option=11028;
@@ -717,6 +716,7 @@ const
   option_found_file=11035;
   option_code_page_not_available=11039;
   option_config_is_dir=11040;
+  option_confict_asm_debug=11041;
   option_logo=11023;
   option_info=11024;
   option_help_pages=11025;

+ 6 - 6
compiler/msgtxt.inc

@@ -774,21 +774,21 @@ const msgtxt : array[0..000179,1..240] of char=(
   '11020_N_Switc','hing assembler to default source writing assembler'#000+
   '11021_W_Assembler output selected "$1" is not compatible with "$2"'#000+
   '11022_W_"$1" assembler use forced'#000+
-  '11041_W_Assembler output selected "$1" cannot generate debug info, deb'+
-  'ugging disabled'#000+
-  '11','026_T_Reading options from file $1'#000+
+  '11026_T_Reading options from file $1'#000+
   '11027_T_Reading options from environment $1'#000+
-  '11028_D_Handling option "$1"'#000+
+  '11028_D','_Handling option "$1"'#000+
   '11029__*** press enter ***'#000+
   '11030_H_Start of reading config file $1'#000+
   '11031_H_End of reading config file $1'#000+
-  '11032_D_interpreting option',' "$1"'#000+
+  '11032_D_interpreting option "$1"'#000+
   '11036_D_interpreting firstpass option "$1"'#000+
-  '11033_D_interpreting file option "$1"'#000+
+  '11033_D_interpreting file option "$1"',#000+
   '11034_D_Reading config file "$1"'#000+
   '11035_D_found source file name "$1"'#000+
   '11039_E_Unknown code page'#000+
   '11040_F_Config file $1 is a directory'#000+
+  '11041_W_Assembler output selected "$1" cannot generate debug info, deb'+
+  'ugging disabled'#000+
   '11023_Free Pascal Co','mpiler version $FPCFULLVERSION [$FPCDATE] for $F'+
   'PCCPU'#010+
   'Copyright (c) 1993-2007 by Florian Klaempfl'#000+