win: Fix MSVC build

This commit is contained in:
David Hrdlička
2020-06-26 22:12:15 +02:00
parent 86334db597
commit 332dfd9743

View File

@@ -164,7 +164,7 @@ BEGIN
#endif #endif
POPUP "&Help" POPUP "&Help"
BEGIN BEGIN
MENUITEM "&About " EMU_NAME "...", IDM_ABOUT MENUITEM "&About 86Box...", IDM_ABOUT
END END
END END
@@ -319,7 +319,7 @@ END
DLG_CONFIG DIALOG DISCARDABLE 0, 0, 366, 251 DLG_CONFIG DIALOG DISCARDABLE 0, 0, 366, 251
STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION EMU_NAME " Settings" CAPTION "86Box Settings"
FONT 9, "Segoe UI" FONT 9, "Segoe UI"
BEGIN BEGIN
DEFPUSHBUTTON "OK",IDOK,246,230,50,14 DEFPUSHBUTTON "OK",IDOK,246,230,50,14
@@ -878,7 +878,7 @@ END
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
BEGIN BEGIN
2048 EMU_NAME 2048 "86Box"
IDS_2049 "Error" IDS_2049 "Error"
IDS_2050 "Fatal error" IDS_2050 "Fatal error"
IDS_2051 "Are you sure you want to save the settings?" IDS_2051 "Are you sure you want to save the settings?"
@@ -886,7 +886,7 @@ BEGIN
IDS_2053 "Speed" IDS_2053 "Speed"
IDS_2054 "ZIP %03i %i (%s): %ls" IDS_2054 "ZIP %03i %i (%s): %ls"
IDS_2055 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0" IDS_2055 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0"
IDS_2056 EMU_NAME " could not find any usable ROM images.\n\nPlease download a ROM set from <a href=""" EMU_ROMS_URL """>" EMU_ROMS_URL "</a> and extract it into the ""roms"" directory." IDS_2056 "86Box could not find any usable ROM images.\n\nPlease <a href=""https://github.com/86Box/roms/releases/latest"">download</a> a ROM set and extract it into the ""roms"" directory."
IDS_2057 "(empty)" IDS_2057 "(empty)"
IDS_2058 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0All files (*.*)\0*.*\0" IDS_2058 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0All files (*.*)\0*.*\0"
IDS_2059 "Turbo" IDS_2059 "Turbo"
@@ -951,19 +951,19 @@ BEGIN
IDS_2110 "Unable to initialize FreeType" IDS_2110 "Unable to initialize FreeType"
IDS_2111 "Unable to initialize SDL, SDL2.dll is required" IDS_2111 "Unable to initialize SDL, SDL2.dll is required"
IDS_2112 "Are you sure you want to hard reset the emulated machine?" IDS_2112 "Are you sure you want to hard reset the emulated machine?"
IDS_2113 "Are you sure you want to exit " EMU_NAME "?" IDS_2113 "Are you sure you want to exit 86Box?"
IDS_2114 "Unable to initialize Ghostscript" IDS_2114 "Unable to initialize Ghostscript"
IDS_2115 "MO %i (%03i): %ls" IDS_2115 "MO %i (%03i): %ls"
IDS_2116 "MO images (*.IM?)\0*.IM?\0All files (*.*)\0*.*\0" IDS_2116 "MO images (*.IM?)\0*.IM?\0All files (*.*)\0*.*\0"
IDS_2117 "Welcome to " EMU_NAME "!" IDS_2117 "Welcome to 86Box!"
IDS_2118 "Internal controller" IDS_2118 "Internal controller"
IDS_2119 "Exit" IDS_2119 "Exit"
IDS_2120 "No ROMs found" IDS_2120 "No ROMs found"
IDS_2121 "Save changes\nThis will hard reset the emulated machine." IDS_2121 "Save changes\nThis will hard reset the emulated machine."
IDS_2122 "Discard changes\nAll changes made to the settings will be lost." IDS_2122 "Discard changes\nAll changes made to the settings will be lost."
IDS_2123 "Cancel\nGo back to the Settings window." IDS_2123 "Cancel\nGo back to the Settings window."
IDS_2124 "About " EMU_NAME IDS_2124 "About 86Box"
IDS_2125 EMU_NAME " v" EMU_VERSION IDS_2125 "86Box v2.10"
IDS_2126 "An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information." IDS_2126 "An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information."
IDS_2127 "OK" IDS_2127 "OK"
IDS_2128 "Hardware not available" IDS_2128 "Hardware not available"
@@ -1104,9 +1104,9 @@ BEGIN
VALUE "FileDescription", EMU_NAME "\0" VALUE "FileDescription", EMU_NAME "\0"
VALUE "FileVersion", EMU_VERSION "\0" VALUE "FileVersion", EMU_VERSION "\0"
VALUE "InternalName", EMU_NAME "\0" VALUE "InternalName", EMU_NAME "\0"
VALUE "LegalCopyright", "Copyright © 2007-" COPYRIGHT_YEAR " " EMU_NAME " contributors\0" VALUE "LegalCopyright", "Copyright © 2007-2020 " EMU_NAME " contributors\0"
VALUE "OriginalFilename", EMU_NAME ".exe\0" VALUE "OriginalFilename", "86box.exe\0"
VALUE "ProductName", EMU_NAME " Emulator\0" VALUE "ProductName", EMU_NAME "\0"
VALUE "ProductVersion", EMU_VERSION "\0" VALUE "ProductVersion", EMU_VERSION "\0"
END END
END END