Author: cfinck
Date: Fri May 9 06:38:45 2008
New Revision: 33387
URL: http://svn.reactos.org/svn/reactos?rev=33387&view=rev
Log:
Change the translation of the "Help" menu item to "?", so that the menu can be displayed in one line at a small window size.
Also minor indentation fix
See issue #2590 for more details.
Modified:
trunk/reactos/base/applications/games/winemine/lang/el-GR.rc
Modified: trunk/reactos/base/applications/games/winemine/lang/el-GR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/wi…
==============================================================================
--- trunk/reactos/base/applications/games/winemine/lang/el-GR.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/winemine/lang/el-GR.rc [iso-8859-1] Fri May 9 06:38:45 2008
@@ -12,7 +12,7 @@
IDM_WINEMINE MENU DISCARDABLE
BEGIN
POPUP "&Game"
- BEGIN
+ BEGIN
MENUITEM "&ÍÝï\tF2", IDM_NEW
MENUITEM SEPARATOR
MENUITEM "&Óçìåßùóç ìå åñùôçìáôéêü", IDM_MARKQ
@@ -26,8 +26,8 @@
MENUITEM SEPARATOR
MENUITEM "¸&îïäïò", IDM_EXIT
END
- POPUP "&Ðëçñïöïñßåò"
- BEGIN
+ POPUP "&?"
+ BEGIN
MENUITEM "&Ó÷åôéêÜ...", IDM_ABOUT
END
END
Author: cfinck
Date: Thu May 8 14:19:22 2008
New Revision: 33382
URL: http://svn.reactos.org/svn/reactos?rev=33382&view=rev
Log:
Revert r33366 for regedit and compile it as Unicode with ANSI command line parsing again.. :-/
Changing everything internally to TCHAR would be like rewriting the app, because regedit even hardcodes string sizes in bytes and then memcmp's them... (see regproc.c:234)
Compiling it ANSI-only also doesn't work, because the API's for ACL stuff are Unicode-only.
Modified:
trunk/reactos/base/applications/regedit/regedit.rbuild
Modified: trunk/reactos/base/applications/regedit/regedit.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/regedit.rbuild [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/regedit.rbuild [iso-8859-1] Thu May 8 14:19:22 2008
@@ -1,8 +1,10 @@
<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
-<module name="regedit" type="win32gui" installname="regedit.exe" unicode="yes">
+<module name="regedit" type="win32gui" installname="regedit.exe">
<include base="regedit">.</include>
+ <define name="UNICODE" />
+ <define name="_UNICODE" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0600</define>
<library>uuid</library>