aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-08-21 14:27:01 +0000
committerGravatar wodim2011-08-21 14:27:01 +0000
commit8a7b7f44d3b12265947f2ffb4f68170bc861325a (patch)
treeb2570ed0810a1d2f3b683f9334d742aa1588e529 /src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
parentadds text to the wrench on the editor so users can find it... hopefully (diff)
downloadKVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.tar.gz
KVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.tar.bz2
KVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.zip
fix for #1202
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbareditor/CustomizeToolBarsDialog.cpp')
-rw-r--r--src/modules/toolbareditor/CustomizeToolBarsDialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
index 2d80dba87..7761df686 100644
--- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
+++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
@@ -346,6 +346,8 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p)
g_rectToolBarEditorDialogGeometry.height());
move(g_rectToolBarEditorDialogGeometry.x(),
g_rectToolBarEditorDialogGeometry.y());
+
+ new QShortcut(Qt::Key_Escape, this, SLOT(closeClicked()));
}
CustomizeToolBarsDialog::~CustomizeToolBarsDialog()