Make it clear that setting proxy requires restart to fully apply.
authorMatt Corallo <matt@bluematt.me>
Wed, 3 Aug 2011 19:02:07 +0000 (21:02 +0200)
committerMatt Corallo <matt@bluematt.me>
Wed, 3 Aug 2011 19:02:07 +0000 (21:02 +0200)
share/uiproject.fbp
src/uibase.cpp

index d5e6b1e..7d2c258 100644 (file)
                                                                 <property name="font"></property>\r
                                                                 <property name="hidden">0</property>\r
                                                                 <property name="id">wxID_ANY</property>\r
-                                                                <property name="label">&amp;Connect through socks4 proxy: </property>\r
+                                                                <property name="label">&amp;Connect through socks4 proxy (requires restart to apply): </property>\r
                                                                 <property name="maximum_size"></property>\r
                                                                 <property name="minimum_size"></property>\r
                                                                 <property name="name">m_checkBoxUseProxy</property>\r
index 18eec44..6d219ad 100644 (file)
@@ -367,7 +367,7 @@ COptionsDialogBase::COptionsDialogBase( wxWindow* parent, wxWindowID id, const w
        wxBoxSizer* bSizer102;
        bSizer102 = new wxBoxSizer( wxHORIZONTAL );
        
-       m_checkBoxUseProxy = new wxCheckBox( m_panelMain, wxID_ANY, _("&Connect through socks4 proxy: "), wxDefaultPosition, wxDefaultSize, 0 );
+       m_checkBoxUseProxy = new wxCheckBox( m_panelMain, wxID_ANY, _("&Connect through socks4 proxy (requires restart to apply): "), wxDefaultPosition, wxDefaultSize, 0 );
        bSizer102->Add( m_checkBoxUseProxy, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
        
        bSizer69->Add( bSizer102, 1, wxEXPAND, 5 );