mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
juggle replaces undo
This commit is contained in:
parent
cbd1f3e93f
commit
131acc1bf9
1 changed files with 5 additions and 3 deletions
|
@ -19,11 +19,13 @@
|
||||||
#define IDB_FLIPBUTTON 118
|
#define IDB_FLIPBUTTON 118
|
||||||
#define IDB_VALUESBUTTON 119
|
#define IDB_VALUESBUTTON 119
|
||||||
#define IDB_HINTBUTTON 120
|
#define IDB_HINTBUTTON 120
|
||||||
#define IDB_ORIGIN 121
|
#define IDB_JUGGLEBUTTON 121
|
||||||
|
#define IDB_ORIGIN 122
|
||||||
|
|
||||||
#define FLIP_BUTTON_ID 1001
|
#define FLIP_BUTTON_ID 1001
|
||||||
#define VALUE_BUTTON_ID 1002
|
#define VALUE_BUTTON_ID 1002
|
||||||
#define HINT_BUTTON_ID 1003
|
#define HINT_BUTTON_ID 1003
|
||||||
#define UNDO_BUTTON_ID 1004
|
#define JUGGLE_BUTTON_ID 1004
|
||||||
|
|
||||||
#define REMOTE_CHECK1 1005
|
#define REMOTE_CHECK1 1005
|
||||||
#define NAME_EDIT1 1006
|
#define NAME_EDIT1 1006
|
||||||
|
@ -108,7 +110,7 @@
|
||||||
//
|
//
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 122
|
#define _APS_NEXT_RESOURCE_VALUE 123
|
||||||
#define _APS_NEXT_COMMAND_VALUE 40023
|
#define _APS_NEXT_COMMAND_VALUE 40023
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1054
|
#define _APS_NEXT_CONTROL_VALUE 1054
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
|
Loading…
Reference in a new issue