From 989cf68b68eda98b9f3942bb738e60ec649707dc Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Tue, 1 Nov 2016 14:09:54 +0300 Subject: tdf#103146 Revamp Extension Manager Dialog, Part 1 Moved the "Check for Updates", and "Add" buttons to the new row, and started moving the buttons from the ExtBoxWithBtns_Impl to the new row. Needed to create new public methods to be able to update button states of ExtMgrDialog from within the ExtBoxWithBtns_Impl class. Change-Id: Iea784d0b7237da3f8aa05862dbf1faf5acf98655 Reviewed-on: https://gerrit.libreoffice.org/30560 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- desktop/source/deployment/gui/dp_gui_dialog.src | 5 ----- 1 file changed, 5 deletions(-) (limited to 'desktop/source/deployment/gui/dp_gui_dialog.src') diff --git a/desktop/source/deployment/gui/dp_gui_dialog.src b/desktop/source/deployment/gui/dp_gui_dialog.src index ae85a1d247d5..9078a353533a 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog.src +++ b/desktop/source/deployment/gui/dp_gui_dialog.src @@ -44,11 +44,6 @@ String RID_CTX_ITEM_CHECK_UPDATE Text [ en-US ] = "~Update..."; }; -String RID_CTX_ITEM_OPTIONS -{ - Text [ en-US ] = "~Options..."; -}; - String RID_STR_ADDING_PACKAGES { Text [ en-US ] = "Adding %EXTENSION_NAME"; -- cgit