[Digikam-devel] [Bug 145077] Ctrl-W and Ctrl-Q shortcuts not tied to proper actions
Gilles Caulier
caulier.gilles at gmail.com
Mon May 21 10:54:28 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=145077
------- Additional Comments From caulier.gilles gmail com 2007-05-21 11:54 -------
SVN commit 666927 by cgilles:
digiKam from trunk : White Balance tool : use CTRL+SHIFT+W instead CTRL+W to prevent conflict with std KDE shortcuts
CCBUGS: 145077
M +1 -1 imageplugin_whitebalance.cpp
--- trunk/extragear/graphics/digikam/imageplugins/whitebalance/imageplugin_whitebalance.cpp #666926:666927
@ -40,7 +40,7 @
: Digikam::ImagePlugin(parent, "ImagePlugin_WhiteBalance")
{
m_whitebalanceAction = new KAction(i18n("White Balance..."), "whitebalance",
- CTRL+Key_W,
+ CTRL+SHIFT+Key_W,
this, SLOT(slotWhiteBalance()),
actionCollection(), "imageplugin_whitebalance");
More information about the Digikam-devel
mailing list