diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-14 17:16:32 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-14 17:16:32 +0000 |
commit | 7c9595a32ee10c038c0880930ba656347fe84530 (patch) | |
tree | 308144dd665fb728afbd728994831bbf5b38e955 /svx | |
parent | 922f2683e31fd58ed6eefe6785f02bbab0b9c343 (diff) |
Fix: #86988#: Redesign of dialogs
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmsearch.hrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/inc/fmsearch.hrc b/svx/source/inc/fmsearch.hrc index 2ac0026acb5a..6fa5ffe8bac6 100644 --- a/svx/source/inc/fmsearch.hrc +++ b/svx/source/inc/fmsearch.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmsearch.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-04-18 07:43:06 $ + * last change: $Author: fme $ $Date: 2001-06-14 18:16:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,10 +85,10 @@ #define PB_SEARCH 2 #define PB_SOUNDSLIKESETTINGS 3 -#define GB_SEARCHFOR 1 -#define GB_WHERE 2 -#define GB_OPTIONS 3 -#define GB_STATE 4 +#define FL_SEARCHFOR 1 +#define FL_WHERE 2 +#define FL_OPTIONS 3 +#define FL_STATE 4 #define CB_USEFORMATTER 1 #define CB_BACKWARD 2 |