Kaydet (Commit) f72004dc authored tarafından Caolán McNamara's avatar Caolán McNamara

chop last string out into generic .src

Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac
üst 9874f2fb
......@@ -14,4 +14,9 @@ String RID_SVXSTR_ERR_TEXTNOTFOUND
Text [ en-US ] = "No alternatives found." ;
};
String RID_SVXSTR_SELECT_FILE_IFRAME
{
Text [ en-US ] = "Select File for Floating Frame" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -53,7 +53,7 @@
#include <svl/ownlist.hxx>
#include <comphelper/seqstream.hxx>
#include "svuidlg.hrc"
#include "cuires.hrc"
#include <osl/file.hxx>
......@@ -768,7 +768,7 @@ IMPL_STATIC_LINK( SfxInsertFloatingFrameDialog, OpenHdl, PushButton*, EMPTYARG )
ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0, String() );
// set the title
aFileDlg.SetTitle( OUString( String( CUI_RES( MD_INSERT_OBJECT_IFRAME ) ) ) );
aFileDlg.SetTitle(CUI_RESSTR(RID_SVXSTR_SELECT_FILE_IFRAME));
// show the dialog
if ( aFileDlg.Execute() == ERRCODE_NONE )
......
......@@ -82,5 +82,3 @@
#define GB_CLASS 14
#define ED_APPLET_OPTIONS 20
#define GB_APPLET_OPTIONS 21
#define MD_INSERT_OBJECT_IFRAME 32011
......@@ -392,8 +392,3 @@ Control TB_LINKS
TabStop = TRUE ;
ClipChildren = TRUE ;
};
String MD_INSERT_OBJECT_IFRAME
{
Text [ en-US ] = "Select File for Floating Frame" ;
};
......@@ -417,6 +417,7 @@
#define RID_SVXSTR_EVENT_CONTENTCHANGED (RID_SVX_START + 1194)
#define RID_SVXSTR_ERR_TEXTNOTFOUND (RID_SVX_START + 1195)
#define RID_SVXSTR_SELECT_FILE_IFRAME (RID_SVX_START + 1196)
#define RID_SVXDLG_CERTPATH (RID_SVX_START + 1198)
......
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