X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.cpp;h=643b0fff5f14ba10e519fc29509b2338fbdce74b;hp=c3c73d5237dc9555cb378e397378fe1bcd9ed823;hb=1989f165c2b754a42d3f06dfb5c33afd6111d820;hpb=ec17201104f75eafaddccc174de8709b42b15ccb diff --git a/src/qtui/coreconnectdlg.cpp b/src/qtui/coreconnectdlg.cpp index c3c73d52..643b0fff 100644 --- a/src/qtui/coreconnectdlg.cpp +++ b/src/qtui/coreconnectdlg.cpp @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -71,7 +71,7 @@ CoreConnectDlg::CoreConnectDlg(QWidget *parent, bool /*doAutoConnect*/) : QDialo if(!newacc.isEmpty()) { ui.accountList->addItem(newacc); ui.hostEdit->setText("localhost"); - ui.port->setValue(DEFAULT_PORT); + ui.port->setValue(Global::defaultPort); ui.internalCore->setChecked(false); setAccountEditEnabled(true); }