diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-06-27 23:25:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-06-27 23:25:46 +0200 |
commit | 109afdcc3fcb415db79f8c2db2f8417343c65515 (patch) | |
tree | dfe225d9f92105370cbe1e3bc9387e8d7722d68b /chart2 | |
parent | b0eefda7585fa96a21428af4164aff13fc5e7312 (diff) |
Use definition of BUTTONS_HELP_OK_CANCEL directly.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/CommonResources.hrc | 4 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.src | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/CommonResources.hrc b/chart2/source/controller/dialogs/CommonResources.hrc index 8a3ae8f9f63c..81c2a83ca05e 100644 --- a/chart2/source/controller/dialogs/CommonResources.hrc +++ b/chart2/source/controller/dialogs/CommonResources.hrc @@ -72,8 +72,4 @@ CancelButton BTN_CANCEL \ TabStop = TRUE ; \ }; -#define BUTTONS_HELP_OK_CANCEL_NEXT( xPos, yPos ) \ -BUTTONS_HELP_OK_CANCEL( xPos, yPos, 53, 0 ) - - #endif diff --git a/chart2/source/controller/dialogs/tp_ChartType.src b/chart2/source/controller/dialogs/tp_ChartType.src index 334c8d54a183..37361901f459 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.src +++ b/chart2/source/controller/dialogs/tp_ChartType.src @@ -269,5 +269,5 @@ ModalDialog DLG_SPLINE_PROPERTIES Pos = MAP_APPFONT ( 0 , POS_Y_SPLINES_4 ) ; Size = MAP_APPFONT ( SPLINE_DIALOG_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; }; - BUTTONS_HELP_OK_CANCEL_NEXT(POS_X_SPLINES_1,POS_Y_SPLINES_5) + BUTTONS_HELP_OK_CANCEL( POS_X_SPLINES_1, POS_Y_SPLINES_5, 53, 0 ) }; |