Fix enable/disable of tab close option
This commit is contained in:
parent
0f79676d85
commit
0a0e7867b9
|
@ -113,7 +113,7 @@ enum {
|
|||
#define AMI_MENU_SAVEAS_COMPLETE FULLMENUNUM(0,4,2)
|
||||
#define AMI_MENU_SAVEAS_IFF FULLMENUNUM(0,4,3)
|
||||
#define AMI_MENU_SAVEAS_PDF FULLMENUNUM(0,4,4)
|
||||
#define AMI_MENU_CLOSETAB FULLMENUNUM(0,6,0)
|
||||
#define AMI_MENU_CLOSETAB FULLMENUNUM(0,8,0)
|
||||
#define AMI_MENU_CUT FULLMENUNUM(1,0,0)
|
||||
#define AMI_MENU_COPY FULLMENUNUM(1,1,0)
|
||||
#define AMI_MENU_PASTE FULLMENUNUM(1,2,0)
|
||||
|
|
Loading…
Reference in New Issue