Apply requested changes
- Remove icon functions from plat.h. - Fix some indentation problems. - Remove unused parameter from win_stbar.c - Rename win_lang.c to win_progsett.c - Remove stub functions from unix.c - Move win_load_icon_set() to ui_init() - Replace the translated texts to English, and let the translators translate them - Fix the control IDs in dialogs.rc. - Use the requested solution in win_icon.c for setting the array variables.
This commit is contained in:
@@ -101,7 +101,7 @@ BEGIN
|
||||
MENUITEM "&Settings...", IDM_CONFIG
|
||||
MENUITEM "&Update status bar icons", IDM_UPDATE_ICONS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Change dis&play language...", IDM_VID_PROG_SETT
|
||||
MENUITEM "Change program &settings...", IDM_VID_PROG_SETT
|
||||
# ifdef USE_DISCORD
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Enable &Discord integration", IDM_DISCORD
|
||||
@@ -273,7 +273,7 @@ END
|
||||
// Dialog
|
||||
//
|
||||
|
||||
#define STR_PROG_SETT "Change Display Language"
|
||||
#define STR_PROG_SETT "Program Settings"
|
||||
#define STR_SND_GAIN "Sound Gain"
|
||||
#define STR_NEW_FLOPPY "New Image"
|
||||
#define STR_CONFIG "86Box Settings"
|
||||
@@ -284,7 +284,7 @@ END
|
||||
#define STR_GLOBAL "Save these settings as &global defaults"
|
||||
#define STR_DEFAULT "&Default"
|
||||
#define STR_LANGUAGE "Language:"
|
||||
#define STR_ICONSET "Iconset:"
|
||||
#define STR_ICONSET "Iconset:"
|
||||
|
||||
#define STR_GAIN "Gain"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user