summaryrefslogtreecommitdiff
path: root/client/Dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/Dialog.cpp')
-rw-r--r--client/Dialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Dialog.cpp b/client/Dialog.cpp
index 3a7f473..e9d3883 100644
--- a/client/Dialog.cpp
+++ b/client/Dialog.cpp
@@ -11,9 +11,7 @@ using namespace std;
ProxyDialog::ProxyDialog(QWidget *parent): QDialog(parent)
{
- //WIPE it out!!! COnfig shoud be reread by timer event!
UpdatedConfig *cfg = UpdatedConfig::CurrentConfig();
- cfg->AcquireConfig();
/* generic proxy panel */
topLabel = new QLabel(QString::fromLocal8Bit(cfg->TopPanelText.c_str()));