From 27a07dce545fcf8732d4b34ec762ffd6f646d366 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 30 Apr 2011 09:35:13 +0000 Subject: [PATCH] MGR: Fix a few bugs in Exclusive Apps pane of Computing Prefs dialog svn path=/trunk/boinc/; revision=23489 --- clientgui/DlgAdvPreferencesBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/DlgAdvPreferencesBase.cpp b/clientgui/DlgAdvPreferencesBase.cpp index e817a3d1af..4841d3f899 100644 --- a/clientgui/DlgAdvPreferencesBase.cpp +++ b/clientgui/DlgAdvPreferencesBase.cpp @@ -699,7 +699,7 @@ wxPanel* CDlgAdvPreferencesBase::createExclusiveAppsTab(wxNotebook* notebook) wxBoxSizer* exclusiveAppsButtonSizer = new wxBoxSizer( wxHORIZONTAL ); - m_addExclusiveAppButton = new wxButton( exclusiveAppsTab, ID_ADDEXCLUSIVEAPPBUTTON, _("Add"), wxDefaultPosition, wxDefaultSize, 0 ); + m_addExclusiveAppButton = new wxButton( exclusiveAppsTab, ID_ADDEXCLUSIVEAPPBUTTON, _("Add..."), wxDefaultPosition, wxDefaultSize, 0 ); m_addExclusiveAppButton->SetToolTip( _("Add an application to this list")); exclusiveAppsButtonSizer->Add( m_addExclusiveAppButton, 0, wxRIGHT, 5 );