Skip to content

Commit cb9612c

Browse files
committed
Increased maximum number of menu items from 30 to 100
1 parent 6750ba5 commit cb9612c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

miniwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@ long CMiniWindow::MergeImageAlpha(LPCTSTR ImageId, LPCTSTR MaskId,
36263626

36273627

36283628
#define MXP_FIRST_MENU 10000
3629-
#define MXP_MENU_COUNT 30 // number of MXP menu items we support
3629+
#define MXP_MENU_COUNT 100 // number of MXP menu items we support
36303630

36313631
static CString strMXP_menu_item [MXP_MENU_COUNT];
36323632

mushview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define PALETTE 0x02000000 // makes RGB calls palletized (See PALETTERGB)
66

77
#define MXP_FIRST_MENU 10000
8-
#define MXP_MENU_COUNT 30 // number of MXP menu items we support
8+
#define MXP_MENU_COUNT 100 // number of MXP menu items we support
99

1010
class CMUSHView : public CView
1111
{

0 commit comments

Comments
 (0)