mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[NOTEPAD] Implement File->New Window
*Windows starts a new own's instance too, when clicking on "New Window" (Tested by @HBelusca)
This commit is contained in:
parent
61f4b120fc
commit
b774ec5ca6
41 changed files with 89 additions and 5 deletions
|
@ -34,11 +34,12 @@
|
|||
|
||||
/* Commands */
|
||||
#define CMD_NEW 0x100
|
||||
#define CMD_OPEN 0x101
|
||||
#define CMD_SAVE 0x102
|
||||
#define CMD_SAVE_AS 0x103
|
||||
#define CMD_PRINT 0x104
|
||||
#define CMD_PAGE_SETUP 0x105
|
||||
#define CMD_NEW_WINDOW 0x101
|
||||
#define CMD_OPEN 0x102
|
||||
#define CMD_SAVE 0x103
|
||||
#define CMD_SAVE_AS 0x104
|
||||
#define CMD_PRINT 0x105
|
||||
#define CMD_PAGE_SETUP 0x106
|
||||
#define CMD_EXIT 0x108
|
||||
|
||||
#define CMD_UNDO 0x110
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue