b6f7a1d8be
Copy from KDE:KDE4:Factory:Desktop/digikam based on submit request 41783 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/41783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=46
28 lines
1.3 KiB
Diff
28 lines
1.3 KiB
Diff
--- imageplugins/enhance/digikamimageplugin_enhance_ui.rc 2010/04/25 04:51:21 1118551
|
|
+++ imageplugins/enhance/digikamimageplugin_enhance_ui.rc 2010/04/25 05:31:21 1118552
|
|
@@ -1,5 +1,5 @@
|
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
-<gui version="21" name="digikamimageplugin_enhance" >
|
|
+<gui version="22" name="digikamimageplugin_enhance" >
|
|
|
|
<MenuBar>
|
|
|
|
@@ -39,6 +39,6 @@
|
|
<Action shortcut="" name="imageplugin_antivignetting" />
|
|
<Action shortcut="" name="imageplugin_lensdistortion" />
|
|
<Action shortcut="" name="imageplugin_hotpixels" />
|
|
-</ActionProperties>
|
|
+ </ActionProperties>
|
|
|
|
</gui>
|
|
--- imageplugins/enhance/imageplugin_enhance.cpp 2010/04/25 04:51:21 1118551
|
|
+++ imageplugins/enhance/imageplugin_enhance.cpp 2010/04/25 05:31:21 1118552
|
|
@@ -89,7 +89,7 @@
|
|
m_redeyeAction = new KAction(KIcon("redeyes"), i18n("Red Eye..."), this);
|
|
m_redeyeAction->setWhatsThis(i18n("This filter can be used to correct red eyes in a photo. "
|
|
"Select a region including the eyes to use this option."));
|
|
- actionCollection()->addAction("implugcore_redeye", m_redeyeAction);
|
|
+ actionCollection()->addAction("imageplugin_redeye", m_redeyeAction);
|
|
connect(m_redeyeAction, SIGNAL(triggered(bool) ),
|
|
this, SLOT(slotRedEye()));
|
|
|