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

full screen toolbar resource is not used

the full screen toolbars are defined in the fullscreenbar.xml files

Change-Id: I9f83d24b455709cbb8f2f40cfda54fb4a545c4d4
üst 5d58e773
...@@ -213,36 +213,6 @@ String RID_FULLSCREENTOOLBOX ...@@ -213,36 +213,6 @@ String RID_FULLSCREENTOOLBOX
Text = "" ; Text = "" ;
}; };
ToolBox RID_FULLSCREENTOOLBOX
{
HelpId = HID_FULLSCREENTOOLBOX ;
ButtonType = BUTTON_SYMBOL ;
LineSpacing = TRUE ;
Border = TRUE ;
Scroll = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Sizeable = TRUE ;
Closeable = TRUE ;
Zoomable = TRUE ;
Customize = TRUE ;
FloatingMode = TRUE ;
Hide = TRUE ;
_FloatingPosMapMode = MAP_APPFONT ;
_FloatingPosX = -50 ;
_FloatingPosY = -70 ;
FloatingLines = 1 ;
HideWhenDeactivate = TRUE ;
Align = BOXALIGN_TOP ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_WIN_FULLSCREEN ;
};
};
};
String STR_QUITAPP String STR_QUITAPP
{ {
Text [ en-US ] = "E~xit %PRODUCTNAME" ; Text [ en-US ] = "E~xit %PRODUCTNAME" ;
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#define HID_TEMPLDLG_NEWBYEXAMPLE "SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" #define HID_TEMPLDLG_NEWBYEXAMPLE "SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"
#define HID_TEMPLDLG_UPDATEBYEXAMPLE "SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE" #define HID_TEMPLDLG_UPDATEBYEXAMPLE "SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE"
#define HID_TEMPLDLG_WATERCAN "SFX2_HID_TEMPLDLG_WATERCAN" #define HID_TEMPLDLG_WATERCAN "SFX2_HID_TEMPLDLG_WATERCAN"
#define HID_FULLSCREENTOOLBOX "SFX2_HID_FULLSCREENTOOLBOX"
#define HID_NAVIGATOR_WINDOW "SFX2_HID_NAVIGATOR_WINDOW" #define HID_NAVIGATOR_WINDOW "SFX2_HID_NAVIGATOR_WINDOW"
#define HID_TABDLG_RESET_BTN "SFX2_HID_TABDLG_RESET_BTN" #define HID_TABDLG_RESET_BTN "SFX2_HID_TABDLG_RESET_BTN"
#define HID_TABDLG_STANDARD_BTN "SFX2_HID_TABDLG_STANDARD_BTN" #define HID_TABDLG_STANDARD_BTN "SFX2_HID_TABDLG_STANDARD_BTN"
......
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