- use tchar

- rename dialog to win xp sp2+ name

svn path=/trunk/; revision=32348
This commit is contained in:
Johannes Anderwald 2008-02-13 17:51:41 +00:00
parent 356bb09e5b
commit 773c3b017d
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ InitFontSizeList(HWND hWnd)
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)

View file

@ -2,7 +2,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
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,