[ros-diffs] [dreimer] 27934: OK... Background Color needs to be called Text Color and vice versa

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri Jul 27 17:32:13 CEST 2007


Author: dreimer
Date: Fri Jul 27 19:32:12 2007
New Revision: 27934

URL: http://svn.reactos.org/svn/reactos?rev=27934&view=rev
Log:
OK... Background Color needs to be called Text Color and vice versa

Modified:
    trunk/tools/RosBE-Windows/Tools/config/lang/de-DE.rc
    trunk/tools/RosBE-Windows/Tools/config/lang/en-US.rc
    trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc

Modified: trunk/tools/RosBE-Windows/Tools/config/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/lang/de-DE.rc?rev=27934&r1=27933&r2=27934&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/lang/de-DE.rc (original)
+++ trunk/tools/RosBE-Windows/Tools/config/lang/de-DE.rc Fri Jul 27 19:32:12 2007
@@ -7,9 +7,9 @@
 {
   // x, pos_hight, width, hight
   LTEXT "Reactos Build Environment Einstellungen", 0x0, 10, 10, 140, 13
-  LTEXT "Schriftfarbe", 0x0, 10, 35, 60, 12
+  LTEXT "Hintergrundfarbe", 0x0, 10, 35, 60, 12
   COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
-  LTEXT "Hintergrundfarbe", 0x0, 10, 60, 60, 12
+  LTEXT "Schriftfarbe", 0x0, 10, 60, 60, 12
   COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
   CONTROL "Kompilierdauer anzeigen", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
   CONTROL "Logs speichern", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21

Modified: trunk/tools/RosBE-Windows/Tools/config/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/lang/en-US.rc?rev=27934&r1=27933&r2=27934&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/lang/en-US.rc (original)
+++ trunk/tools/RosBE-Windows/Tools/config/lang/en-US.rc Fri Jul 27 19:32:12 2007
@@ -7,9 +7,9 @@
 {
   // x, pos_hight, width, hight
   LTEXT "Reactos Build Environment Settings", 0x0, 10, 10, 140, 13
-  LTEXT "Font Color", 0x0, 10, 35, 60, 12
+  LTEXT "Background Color", 0x0, 10, 35, 60, 12
   COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
-  LTEXT "Background Color", 0x0, 10, 60, 60, 12
+  LTEXT "Font Color", 0x0, 10, 60, 60, 12
   COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
   CONTROL "Show Build Time", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
   CONTROL "Save Logs", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21

Modified: trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc?rev=27934&r1=27933&r2=27934&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc (original)
+++ trunk/tools/RosBE-Windows/Tools/config/lang/ru-RU.rc Fri Jul 27 19:32:12 2007
@@ -7,9 +7,9 @@
 {
   // x, pos_hight, width, hight
   LTEXT "Óñòàíîâêè ïåðåìåííûõ êîìïèëÿòîðà ÐåàêòÎÑ", 0x0, 10, 10, 140, 13
-  LTEXT "Öâåò Øðèôòà", 0x0, 10, 35, 60, 12
+  LTEXT "Öâåò Ôîíà", 0x0, 10, 35, 60, 12
   COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
-  LTEXT "Öâåò Ôîíà", 0x0, 10, 60, 60, 12
+  LTEXT "Öâåò Øðèôòà", 0x0, 10, 60, 60, 12
   COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
   CONTROL "Ïîêàçûâàòü Âðåìÿ", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
   CONTROL "Âåñòè Ëîãè", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21




More information about the Ros-diffs mailing list