From 1288a1985894a5aa8819223feb4ec3da204c5352 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 22 May 2011 10:36:05 +0200 Subject: Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments" --- svx/source/dialog/srchdlg.cxx | 2 +- svx/source/dialog/srchdlg.hrc | 2 +- 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 { -- cgit v1.2.3