Added Display frame counter to french + dutch menus (did not translate though)
This commit is contained in:
parent
8f7c2a548c
commit
ad51030f91
|
@ -287,14 +287,16 @@
|
|||
#define ACCEL_SPACEBAR 40005
|
||||
#define ID_VIEW_DISPLAYFRAMECOUNTER 40006
|
||||
#define ACCEL_N 40007
|
||||
#define ID_VIS_DISPLAYFRAMECOUNTER 40008
|
||||
#define ID_VIEW_FRAMECOUNTER 40009
|
||||
#define ID_VIEW_DISPLAYFRAMECOUNTER40009 40009
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 101
|
||||
#define _APS_NEXT_COMMAND_VALUE 40008
|
||||
#define _APS_NEXT_COMMAND_VALUE 40010
|
||||
#define _APS_NEXT_CONTROL_VALUE 1000
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
|
|
|
@ -134,6 +134,8 @@ BEGIN
|
|||
MENUITEM "4x", IDC_WINDOW4X
|
||||
END
|
||||
MENUITEM "&Bevar Højde og Bredde", IDC_FORCERATIO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Display Frame Counter", ID_VIEW_FRAMECOUNTER
|
||||
END
|
||||
POPUP "&Konfigure"
|
||||
BEGIN
|
||||
|
@ -1219,6 +1221,8 @@ BEGIN
|
|||
MENUITEM "4x", IDC_WINDOW4X
|
||||
END
|
||||
MENUITEM "&Force Maintain Ratio", IDC_FORCERATIO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Display Frame Counter", ID_VIEW_FRAMECOUNTER
|
||||
END
|
||||
POPUP "&Config"
|
||||
BEGIN
|
||||
|
|
Loading…
Reference in New Issue