diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2011-10-23 07:35:06 -0700 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2011-11-02 13:21:57 +0100 |
commit | bc3c10b5ce88869871761000e9724bcad9a0d556 (patch) | |
tree | 562648291b9cf587846a0188b0cdd91a4cfb1432 /cui/source/dialogs/SpellDialog.hrc | |
parent | 610b7bc5943579d8cacb421c9a6b401b83bda149 (diff) |
Grammar checking dialog: reworked how explanations are shown
Diffstat (limited to 'cui/source/dialogs/SpellDialog.hrc')
-rw-r--r-- | cui/source/dialogs/SpellDialog.hrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/dialogs/SpellDialog.hrc b/cui/source/dialogs/SpellDialog.hrc index d51ec1e82249..36b6c56d584d 100644 --- a/cui/source/dialogs/SpellDialog.hrc +++ b/cui/source/dialogs/SpellDialog.hrc @@ -48,7 +48,6 @@ #define ST_SPELLING_AND_GRAMMAR 52 #define ST_SPELLING_AND_GRAMMAR_VENDORNAME 53 #define CB_CHECK_GRAMMAR 54 -#define PB_EXPLAIN 55 -#define IMG_VENDOR 56 -#define IMG_DEFAULT_VENDOR 57 +#define LINK_EXPLAIN 55 +#define FT_EXPLAIN 56 #define PB_IGNORERULE 59 |