freebsd-ports/graphics/kbarcode/files/patch-kbarcode::labeleditor.cpp
Kirill Ponomarev 8f138b6174 Update to version 1.8.1
PR:		ports/73731
Submitted by:	Ports Fury
2004-11-09 22:06:44 +00:00

11 lines
1.1 KiB
C++

--- kbarcode/labeleditor.cpp.orig Tue Jul 20 05:57:28 2004
+++ kbarcode/labeleditor.cpp Mon Aug 23 17:25:56 2004
@@ -552,7 +552,7 @@
exportZPLAct = new KAction( i18n("...as &IPL or ZPL"), 0, 0, this, SLOT(exportZPL() ), actionCollection() );
descriptionAct = new KAction( i18n("&Change description..."), 0, 0, this, SLOT(changeDes()), actionCollection() );
deleteAct = new KAction( i18n("&Delete Object"), QIconSet( BarIcon("editdelete") ), Key_Delete, cv, SLOT( deleteCurrent() ), actionCollection() );
- editPropAct = new KAction( i18n("&Properties..."), 0, 0, this, SLOT(), actionCollection() );
+ editPropAct = new KAction( i18n("&Properties..."), 0, 0, this, SLOT( doubleClickedCurrent() ), actionCollection() );
printAct = KStdAction::print( this, SLOT( print() ), actionCollection(), "print" );
changeSizeAct = new KAction( i18n("&Change Label..."), 0, 0, this, SLOT( changeSize() ), actionCollection() );
barcodeAct = new KAction( i18n("Insert &Barcode"), QIconSet( BarIcon("barcode") ), 0, this, SLOT( insertBarcode() ), actionCollection() );