summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-25 23:58:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-25 23:58:52 -0500
commit9187194ce10d7f7297404d0108976960fe463c26 (patch)
tree988f1c89f180c464e774c2da819c5f02d14352ae
parenta090f7e90af5bd06df3ce495f82df9c4affc2453 (diff)
downloadtdebase-9187194ce10d7f7297404d0108976960fe463c26.tar.gz
tdebase-9187194ce10d7f7297404d0108976960fe463c26.zip
Fix button ordering in secure dialog
-rw-r--r--kdesktop/lock/securedlg.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdesktop/lock/securedlg.cc b/kdesktop/lock/securedlg.cc
index be32ce0a6..717d98cc0 100644
--- a/kdesktop/lock/securedlg.cc
+++ b/kdesktop/lock/securedlg.cc
@@ -101,12 +101,12 @@ SecureDlg::SecureDlg(LockProcess *parent)
mTaskButton = new TQPushButton( frame );
mTaskButton->setText(i18n("Task Manager"));
- mCancelButton = new TQPushButton( frame );
- mCancelButton->setText(i18n("Cancel"));
-
mShutdownButton = new TQPushButton( frame );
mShutdownButton->setText(i18n("Logoff Menu"));
+ mCancelButton = new TQPushButton( frame );
+ mCancelButton->setText(i18n("Cancel"));
+
mSwitchButton = new TQPushButton( frame );
mSwitchButton->setText(i18n("Switch User"));
mSwitchButton->setEnabled(false); // FIXME