Kaydet (Commit) 45b88180 authored tarafından Rodolfo Ribeiro Gomes's avatar Rodolfo Ribeiro Gomes Kaydeden (comit) Caolán McNamara

partial fix tdf#86611 (item #5) Draw statusbar tip

Change-Id: I5096c5ea1272e16969f9572ed40c60cdb9378b57
Signed-off-by: 's avatarRodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
Reviewed-on: https://gerrit.libreoffice.org/14308Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 235025ac
...@@ -995,6 +995,12 @@ String STR_PAGE_BACKGROUND_TXT ...@@ -995,6 +995,12 @@ String STR_PAGE_BACKGROUND_TXT
{ {
Text [ en-US ] = "Background settings for all pages?" ; Text [ en-US ] = "Background settings for all pages?" ;
}; };
String STR_STATUSBAR_MASTERPAGE
{
Text [ en-US ] = "Slide Master name. Right-click for list and double-click for dialog.";
};
String STR_TITLE_RENAMESLIDE String STR_TITLE_RENAMESLIDE
{ {
Text [ en-US ] = "Rename Slide"; Text [ en-US ] = "Rename Slide";
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#include "drawdoc.hxx" #include "drawdoc.hxx"
#include "sdattr.hrc" #include "sdattr.hrc"
#include "app.hrc" #include "app.hrc"
#include <sdresid.hxx>
#include "strings.hrc"
SFX_IMPL_STATUSBAR_CONTROL( SdTemplateControl, SfxStringItem ); SFX_IMPL_STATUSBAR_CONTROL( SdTemplateControl, SfxStringItem );
...@@ -64,6 +66,7 @@ SdTemplateControl::SdTemplateControl( sal_uInt16 _nSlotId, ...@@ -64,6 +66,7 @@ SdTemplateControl::SdTemplateControl( sal_uInt16 _nSlotId,
StatusBar& rStb ) : StatusBar& rStb ) :
SfxStatusBarControl( _nSlotId, _nId, rStb ) SfxStatusBarControl( _nSlotId, _nId, rStb )
{ {
GetStatusBar().SetQuickHelpText(GetId(), SD_RESSTR(STR_STATUSBAR_MASTERPAGE));
} }
SdTemplateControl::~SdTemplateControl() SdTemplateControl::~SdTemplateControl()
......
...@@ -336,6 +336,8 @@ ...@@ -336,6 +336,8 @@
#define STR_PAGE_BACKGROUND_TXT (RID_APP_START+583) #define STR_PAGE_BACKGROUND_TXT (RID_APP_START+583)
#define STR_PAGE_BACKGROUND_TITLE (RID_APP_START+584) #define STR_PAGE_BACKGROUND_TITLE (RID_APP_START+584)
#define STR_STATUSBAR_MASTERPAGE (RID_APP_START+600)
#define STR_TWAIN_NO_SOURCE (RID_APP_START+670) #define STR_TWAIN_NO_SOURCE (RID_APP_START+670)
#define STR_UNDO_VECTORIZE (RID_APP_START+671) #define STR_UNDO_VECTORIZE (RID_APP_START+671)
......
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