win: Move the statusbar initial text to resources
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
#define IDS_2123 2123 // "Unable to initialize Ghostscript..."
|
#define IDS_2123 2123 // "Unable to initialize Ghostscript..."
|
||||||
#define IDS_2124 2124 // "MO %i (%03i): %ls"
|
#define IDS_2124 2124 // "MO %i (%03i): %ls"
|
||||||
#define IDS_2125 2125 // "MO images (*.IM?)\0*.IM..."
|
#define IDS_2125 2125 // "MO images (*.IM?)\0*.IM..."
|
||||||
#define IDS_2126 2126 // "Media"
|
#define IDS_2126 2126 // "Welcome to 86Box!"
|
||||||
|
|
||||||
#define IDS_4096 4096 // "Hard disk (%s)"
|
#define IDS_4096 4096 // "Hard disk (%s)"
|
||||||
#define IDS_4097 4097 // "%01i:%01i"
|
#define IDS_4097 4097 // "%01i:%01i"
|
||||||
|
|||||||
@@ -916,7 +916,7 @@ BEGIN
|
|||||||
IDS_2123 "Unable to initialize Ghostscript, gsdll32.dll is required for automatic convertion of PostScript files to PDF.\n\nAny documents sent to the generic PostScript printer will be saved as PostScript files (.ps)."
|
IDS_2123 "Unable to initialize Ghostscript, gsdll32.dll is required for automatic convertion of PostScript files to PDF.\n\nAny documents sent to the generic PostScript printer will be saved as PostScript files (.ps)."
|
||||||
IDS_2124 "MO %i (%03i): %ls"
|
IDS_2124 "MO %i (%03i): %ls"
|
||||||
IDS_2125 "MO images (*.IM?)\0*.IM?\0All files (*.*)\0*.*\0"
|
IDS_2125 "MO images (*.IM?)\0*.IM?\0All files (*.*)\0*.*\0"
|
||||||
IDS_2126 "&Media"
|
IDS_2126 "Welcome to 86Box!"
|
||||||
END
|
END
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
|
|||||||
@@ -1323,7 +1323,7 @@ StatusBarCreate(HWND hwndParent, uintptr_t idStatus, HINSTANCE hInst)
|
|||||||
sb_parts++;
|
sb_parts++;
|
||||||
SendMessage(hwndSBAR, SB_SETPARTS, (WPARAM)sb_parts, (LPARAM)iStatusWidths);
|
SendMessage(hwndSBAR, SB_SETPARTS, (WPARAM)sb_parts, (LPARAM)iStatusWidths);
|
||||||
SendMessage(hwndSBAR, SB_SETTEXT, 0 | SBT_NOBORDERS,
|
SendMessage(hwndSBAR, SB_SETTEXT, 0 | SBT_NOBORDERS,
|
||||||
(LPARAM)L"Welcome to 86Box !");
|
(LPARAM)plat_get_string(IDS_2126));
|
||||||
|
|
||||||
MediaMenuCreate(hwndParent, idStatus, hInst);
|
MediaMenuCreate(hwndParent, idStatus, hInst);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user