summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/dialog/srchdlg.cxx2
-rwxr-xr-xsvx/source/dialog/srchdlg.hrc2
-rw-r--r--svx/source/dialog/srchdlg.src6
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
{