summaryrefslogtreecommitdiff
path: root/ui/qt/sequence_dialog.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-05-15 09:43:18 -0700
committerGerald Combs <gerald@wireshark.org>2015-05-15 16:45:42 +0000
commit0ae949643f170867ab88dc4372a56118e667b31a (patch)
treefd314277a8cc20982f329c0cb9046bcce2974746 /ui/qt/sequence_dialog.ui
parent76a5465cf0d767bb11c8e5a152b7cf555ee5d920 (diff)
downloadwireshark-0ae949643f170867ab88dc4372a56118e667b31a.tar.gz
Qt: Fixup sequence dialog buttons.
Switch from "Save As" + Cancel + OK to "Save As" + Close. Change-Id: I6f1093965f90fe9cbbfbf053779c05388c897641 Reviewed-on: https://code.wireshark.org/review/8474 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/sequence_dialog.ui')
-rw-r--r--ui/qt/sequence_dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/sequence_dialog.ui b/ui/qt/sequence_dialog.ui
index 55a1a10fe5..5638e486ef 100644
--- a/ui/qt/sequence_dialog.ui
+++ b/ui/qt/sequence_dialog.ui
@@ -210,7 +210,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok|QDialogButtonBox::Save</set>
+ <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save</set>
</property>
</widget>
</item>