Kaydet (Commit) 50b57163 authored tarafından Caolán McNamara's avatar Caolán McNamara

restore missing mnemonics of writer print options page

as pkacer points out, also use the 12 pixel indent
for dependant controls that mduffy suggested as the
best default

Change-Id: If854ec394b4233bb821f37be9c784c1ccd80b912
üst c60afa16
...@@ -18,14 +18,8 @@ ...@@ -18,14 +18,8 @@
*/ */
/* TabPage View */ /* TabPage View */
#define FL_DISP 1
#define FL_NOPRINT 2 #define FL_NOPRINT 2
#define FL_WINDOW 3
#define CB_GRF 1
#define CB_TBL 2
#define CB_DRWFAST 3
#define CB_FIELD 4
#define CB_PARA 5 #define CB_PARA 5
#define CB_TAB 6 #define CB_TAB 6
#define CB_SPACE 7 #define CB_SPACE 7
...@@ -33,19 +27,6 @@ ...@@ -33,19 +27,6 @@
#define CB_SHYPH 9 #define CB_SHYPH 9
#define CB_FLD_HIDDEN 10 #define CB_FLD_HIDDEN 10
#define CB_BREAK 11 #define CB_BREAK 11
#define CB_ANY_RULER 12
#define CB_CROSS 14
#define CB_HSCROLL 15
#define CB_VSCROLL 16
#define CB_HRULER 17
#define CB_VRULER 18
#define FL_LINE 22
#define CB_POSTIT 23
#define CB_VRULER_RIGHT 24
#define FL_SETTINGS 26
#define LB_METRIC 27
#define FT_METRIC 28
//test tab page //test tab page
...@@ -82,17 +63,6 @@ ...@@ -82,17 +63,6 @@
#define RB_END 82 #define RB_END 82
#define RB_PAGEEND 83 #define RB_PAGEEND 83
#define LB_FAX 86
#define CB_BLACK_FONT 87
#define LB_HMETRIC 88
#define LB_VMETRIC 89
#define FL_SEP_PRT_LEFT 90
#define FL_SEP_PRT_RIGHT 91
#define CB_PRINTEMPTYPAGES 92
#define CB_HIDDEN_TEXT 93
#define CB_TEXT_PLACEHOLDER 94
// Tabpage Basic Fonts // Tabpage Basic Fonts
#define FT_STANDARD 90 #define FT_STANDARD 90
#define LB_STANDARD 91 #define LB_STANDARD 91
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment