The sound gain dialog is now accessible from the menu bar in the "Tools" menu
This commit is contained in:
@@ -309,6 +309,7 @@
|
|||||||
#define IDM_CONFIG 40020
|
#define IDM_CONFIG 40020
|
||||||
#define IDM_VID_HIDE_STATUS_BAR 40021
|
#define IDM_VID_HIDE_STATUS_BAR 40021
|
||||||
#define IDM_UPDATE_ICONS 40030
|
#define IDM_UPDATE_ICONS 40030
|
||||||
|
#define IDM_SND_GAIN 40031
|
||||||
#define IDM_VID_RESIZE 40040
|
#define IDM_VID_RESIZE 40040
|
||||||
#define IDM_VID_REMEMBER 40041
|
#define IDM_VID_REMEMBER 40041
|
||||||
#define IDM_VID_SDL_SW 40050
|
#define IDM_VID_SDL_SW 40050
|
||||||
|
@@ -134,6 +134,8 @@ BEGIN
|
|||||||
# endif
|
# endif
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "Take s&creenshot\tCtrl+F11", IDM_ACTION_SCREENSHOT
|
MENUITEM "Take s&creenshot\tCtrl+F11", IDM_ACTION_SCREENSHOT
|
||||||
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "Sound &gain...", IDM_SND_GAIN
|
||||||
#ifdef MTR_ENABLED
|
#ifdef MTR_ENABLED
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "Begin trace\tCtrl+T", IDM_ACTION_BEGIN_TRACE
|
MENUITEM "Begin trace\tCtrl+T", IDM_ACTION_BEGIN_TRACE
|
||||||
|
@@ -688,6 +688,10 @@ MainWindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||||||
win_settings_open(hwnd);
|
win_settings_open(hwnd);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case IDM_SND_GAIN:
|
||||||
|
SoundGainDialogCreate(hwnd);
|
||||||
|
break;
|
||||||
|
|
||||||
case IDM_ABOUT:
|
case IDM_ABOUT:
|
||||||
AboutDialogCreate(hwnd);
|
AboutDialogCreate(hwnd);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user