diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-28 17:36:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-01 08:32:39 +0100 |
commit | f6a7527990027a86ffcdd3ff55ae550b1bd7dfae (patch) | |
tree | 2350f485f985289988507458f587c2231b783110 /desktop/source | |
parent | d3510bef84423f17ece0715b7a8cdb75725c5938 (diff) |
...and some more asserts during CppunitTest_desktop_dialogs_test
Change-Id: I0a585ff4a0538c606153cb9d527838f5b50623a8
Reviewed-on: https://gerrit.libreoffice.org/50521
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index ce1fd074f69f..0760bf339efc 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -512,8 +512,8 @@ UpdateDialog::UpdateDialog( m_pDescriptions->set_width_request(aSize.Width()); m_pDescriptions->set_height_request(aSize.Height()); get(m_pOk, "INSTALL"); - get(m_pClose, "gtk-close"); - get(m_pHelp, "gtk-help"); + get(m_pClose, "close"); + get(m_pHelp, "help"); OSL_ASSERT(updateData != nullptr); m_xExtensionManager = deployment::ExtensionManager::get( context ); |