Kaydet (Commit) 1288a198 authored tarafından Julien Nabet's avatar Julien Nabet

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

üst 9c0d8608
......@@ -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 ) ), \
......
......@@ -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
......
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment