[Libreoffice-commits] .: svx/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sun May 22 01:44:00 PDT 2011


 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(-)

New commits:
commit 3bcf83176e67e93e164774e58624aa4f17a0905c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun May 22 10:36:05 2011 +0200

    Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments"

diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 81a712f..a4d031d 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 90ce20f..8a2b40e 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 c3ddec8..5ff9e19 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
     {


More information about the Libreoffice-commits mailing list