From 3d7d26f3c6ec040d883f1a1f7137c1ded6d9d76d Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 07 Oct 2002 18:10:10 +0000 Subject: forgot about a otabwidget speciality --- (limited to 'noncore/apps') diff --git a/noncore/apps/opie-console/profileeditordialog.cpp b/noncore/apps/opie-console/profileeditordialog.cpp index be23eff..3843943 100644 --- a/noncore/apps/opie-console/profileeditordialog.cpp +++ b/noncore/apps/opie-console/profileeditordialog.cpp @@ -115,6 +115,7 @@ void ProfileEditorDialog::initUI() tabWidget->addTab(tabprof, "", QObject::tr("Profile")); tabWidget->addTab(tabconn, "", QObject::tr("Connection")); tabWidget->addTab(tabterm, "", QObject::tr("Terminal")); + tabWidget->setCurrentTab( tabprof ); // load profile values name_line->setText(m_prof.name()); -- cgit v0.9.0.2