[Kde-imaging] kdeextragear-libs-1/kipi-plugins/rawconverter
Gilles Caulier
caulier.gilles at free.fr
Mon Jun 14 10:41:47 CEST 2004
CVS commit by cgilles:
Added new icons for single and batch RawConverter actions
CCMAIL: kde-imaging at kde.org
A hi32-action-rawconverterbatch.png 1.1
A hi32-action-rawconvertersingle.png 1.1
M +3 -3 plugin_rawconverter.cpp 1.11
R hi32-action-rawconverter.png 1.1
--- kdeextragear-libs-1/kipi-plugins/rawconverter/plugin_rawconverter.cpp #1.10:1.11
@@ -68,13 +68,13 @@ void Plugin_RawConverter::setup( QWidget
KIPI::Plugin::setup( widget );
singleAction_ = new KAction (i18n("Raw Image Converter (Single)..."),
- "rawconverter",
+ "rawconvertersingle",
0,
this,
SLOT(slotActivateSingle()),
actionCollection(),
- "raw_converter");
+ "raw_converter_single");
batchAction_ = new KAction (i18n("Raw Images Converter (Batch)..."),
- "rawconverter",
+ "rawconverterbatch",
0,
this,
More information about the Kde-imaging
mailing list