summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/sessiondialog.ui
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-07-31 15:18:46 +0200
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-07-31 15:39:46 +0200
commit8f869c301cbfca97ed198efa27a5dc207389f22a (patch)
tree326e9efe173ba14e5921e4f83b72e74df1c87a22 /src/plugins/projectexplorer/sessiondialog.ui
parentb54517ad0fab5cfd1500975c52641d0afca6748d (diff)
downloadqt-creator-8f869c301cbfca97ed198efa27a5dc207389f22a.tar.gz
Changed the 'session manager' dialog
There is not much sense to have Ok and Cancel button that just close the dialog, so instead there should be a Close button and a button to switch to the currently selected session. Reviewed-by: dt
Diffstat (limited to 'src/plugins/projectexplorer/sessiondialog.ui')
-rw-r--r--src/plugins/projectexplorer/sessiondialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/sessiondialog.ui b/src/plugins/projectexplorer/sessiondialog.ui
index ad11881aae..ecc9bbd988 100644
--- a/src/plugins/projectexplorer/sessiondialog.ui
+++ b/src/plugins/projectexplorer/sessiondialog.ui
@@ -65,7 +65,7 @@
<item row="1" column="1" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ <set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>