diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-15 20:49:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-17 20:10:50 +0000 |
commit | e87c9d8497b570b59d471404dada098bb20a0b40 (patch) | |
tree | e1b6834a080d7e4946ec9985468183ef0600c463 /desktop/source | |
parent | 052a6a99e65a152aa9a08708ab89c8971b9b2f0a (diff) |
drop old help ids not in use anymore
Change-Id: I3acf29ac52a51e688fb41e2c978f458170cd9b12
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog2.cxx | 2 | ||||
-rw-r--r-- | desktop/source/inc/helpid.hrc | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx index 25e7c7607380..e5d284d1d5d0 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx @@ -701,7 +701,7 @@ void DialogHelper::PostUserEvent( const Link& rLink, void* pCaller ) // ExtMgrDialog //------------------------------------------------------------------------------ ExtMgrDialog::ExtMgrDialog(Window *pParent, TheExtensionManager *pManager) - : ModelessDialog(pParent, "ExtensionManagerDialog", "desktop/ui/ExtensionManager.ui") + : ModelessDialog(pParent, "ExtensionManagerDialog", "desktop/ui/extensionmanager.ui") , DialogHelper(pManager->getContext(), (Dialog*) this) , m_sAddPackages(getResourceString(RID_STR_ADD_PACKAGES)) , m_bHasProgress(false) diff --git a/desktop/source/inc/helpid.hrc b/desktop/source/inc/helpid.hrc index 768c57334388..11a91029a379 100644 --- a/desktop/source/inc/helpid.hrc +++ b/desktop/source/inc/helpid.hrc @@ -19,11 +19,6 @@ #ifndef INCLUDED_DESKTOP_HELPID_HRC #define INCLUDED_DESKTOP_HELPID_HRC -#define HID_PACKAGE_MANAGER_TREELISTBOX "DESKTOP_HID_PACKAGE_MANAGER_TREELISTBOX" -#define HID_PACKAGE_MANAGER_PROGRESS "DESKTOP_HID_PACKAGE_MANAGER_PROGRESS" -#define HID_PACKAGE_MANAGER_PROGRESS_CANCEL "DESKTOP_HID_PACKAGE_MANAGER_PROGRESS_CANCEL" -#define HID_PACKAGE_MANAGER_MENU_ITEM "DESKTOP_HID_PACKAGE_MANAGER_MENU_ITEM" - #define HID_FIRSTSTART_PREV "DESKTOP_HID_FIRSTSTART_PREV" #define HID_FIRSTSTART_NEXT "DESKTOP_HID_FIRSTSTART_NEXT" #define HID_FIRSTSTART_CANCEL "DESKTOP_HID_FIRSTSTART_CANCEL" |