Fix missing "Add" icon.
authorAkos Polster <akos@pipacs.com>
Fri, 5 Nov 2010 00:51:48 +0000 (01:51 +0100)
committerAkos Polster <akos@pipacs.com>
Fri, 5 Nov 2010 00:51:48 +0000 (01:51 +0100)
bookmarksdialog.cpp

index a14bb49..37ad543 100644 (file)
@@ -13,7 +13,7 @@ BookmarksDialog::BookmarksDialog(Book *book_, QWidget *parent):
         return;
     }
 
-    addAction(tr("Add bookmark"), this, SLOT(onAdd()), ":/icons/add.png");
+    addAction(tr("Add bookmark"), this, SLOT(onAdd()), "add");
 #ifndef Q_WS_MAEMO_5
     addItemAction(tr("Go to"), this, SLOT(onGo()));
     addItemAction(tr("Delete"), this, SLOT(onDelete()));