[ros-diffs] [janderwald] 32348: - use tchar - rename dialog to win xp sp2+ name

janderwald at svn.reactos.org janderwald at svn.reactos.org
Wed Feb 13 18:51:41 CET 2008


Author: janderwald
Date: Wed Feb 13 20:51:41 2008
New Revision: 32348

URL: http://svn.reactos.org/svn/reactos?rev=32348&view=rev
Log:
- use tchar
- rename dialog to win xp sp2+ name

Modified:
    trunk/reactos/dll/cpl/desk/general.c
    trunk/reactos/dll/cpl/desk/lang/de-DE.rc

Modified: trunk/reactos/dll/cpl/desk/general.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/general.c?rev=32348&r1=32347&r2=32348&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/desk/general.c (original)
+++ trunk/reactos/dll/cpl/desk/general.c Wed Feb 13 20:51:41 2008
@@ -18,7 +18,7 @@
 
     hFontSize = GetDlgItem(hWnd, IDC_FONTSIZE_COMBO);
 
-    hInf = SetupOpenInfFile(L"font.inf", NULL,
+    hInf = SetupOpenInfFile(_T("font.inf"), NULL,
                             INF_STYLE_WIN4, NULL);
 
     if (hInf != INVALID_HANDLE_VALUE)

Modified: trunk/reactos/dll/cpl/desk/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/lang/de-DE.rc?rev=32348&r1=32347&r2=32348&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/desk/lang/de-DE.rc (original)
+++ trunk/reactos/dll/cpl/desk/lang/de-DE.rc Wed Feb 13 20:51:41 2008
@@ -2,7 +2,7 @@
 
 IDD_BACKGROUND DIALOGEX DISCARDABLE 0, 0, 246, 228
 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
-CAPTION "Hintergrund"
+CAPTION "Desktop"
 FONT 8, "MS Shell Dlg"
 BEGIN
     CONTROL         "", IDC_BACKGROUND_PREVIEW, "Static", SS_OWNERDRAW,




More information about the Ros-diffs mailing list