diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-05-22 10:36:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-05-22 10:42:42 +0200 |
commit | 1288a1985894a5aa8819223feb4ec3da204c5352 (patch) | |
tree | 35cb951334c2f6d6e423b6e37aa0d59daaaabdf6 | |
parent | 9c0d86081235c6aa27f2a9d45c417ce299cab518 (diff) |
Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments"
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 2 | ||||
-rwxr-xr-x | svx/source/dialog/srchdlg.hrc | 2 | ||||
-rw-r--r-- | svx/source/dialog/srchdlg.src | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 85b2695493ac..5a1707bf80cf 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -324,7 +324,7 @@ void SearchAttrItemList::Remove( sal_uInt16 nPos, sal_uInt16 nLen ) aSimilarityBox ( this, SVX_RES( CB_SIMILARITY) ), \ aSimilarityBtn ( this, SVX_RES( PB_SIMILARITY) ), \ aLayoutBtn ( this, SVX_RES( CB_LAYOUTS ) ), \ - aNotesBtn ( this, SVX_RES( CB_NOTES ) ), \ + aNotesBtn ( this, SVX_RES( CB_COMMENTS ) ), \ aJapMatchFullHalfWidthCB( this, SVX_RES( CB_JAP_MATCH_FULL_HALF_WIDTH ) ),\ aJapOptionsCB ( this, SVX_RES( CB_JAP_SOUNDS_LIKE ) ), \ aJapOptionsBtn ( this, SVX_RES( PB_JAP_OPTIONS ) ), \ diff --git a/svx/source/dialog/srchdlg.hrc b/svx/source/dialog/srchdlg.hrc index 6632b11fd7c8..c2c00a513948 100755 --- a/svx/source/dialog/srchdlg.hrc +++ b/svx/source/dialog/srchdlg.hrc @@ -80,7 +80,7 @@ #define RB_CALC_COLUMNS 58 #define CB_ALL_SHEETS 59 -#define CB_NOTES 60 +#define CB_COMMENTS 60 #define IMG_MOREBTN_DOWN 100 #define IMG_MOREBTN_UP 101 diff --git a/svx/source/dialog/srchdlg.src b/svx/source/dialog/srchdlg.src index f82d4f06cb88..06e088b60b6b 100644 --- a/svx/source/dialog/srchdlg.src +++ b/svx/source/dialog/srchdlg.src @@ -301,13 +301,13 @@ ModelessDialog RID_SVXDLG_SEARCH TabStop = TRUE ; Hide = TRUE ; }; - CheckBox CB_NOTES + CheckBox CB_COMMENTS { - HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_NOTES"; + HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_COMMENTS"; Pos = MAP_APPFONT ( 12 , 232 ) ; Size = MAP_APPFONT ( 126 , 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "Notes"; + Text [ en-US ] = "Comments"; }; CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH { |