diff options
author | Slávek Banko <[email protected]> | 2014-10-22 09:56:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-10-22 09:56:40 +0200 |
commit | 821de37ccdc614b3b8c2b12221f020d0b2a98ab9 (patch) | |
tree | 70f38307cb36b23e32a8991367c1a6f40d9a0850 /kooka | |
parent | a09a81226625ca200f8cbd24e702e21dc81b1291 (diff) | |
download | tdegraphics-821de37ccdc614b3b8c2b12221f020d0b2a98ab9.tar.gz tdegraphics-821de37ccdc614b3b8c2b12221f020d0b2a98ab9.zip |
Fix typo in prior commit a09a8122
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/kookaview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kookaview.cpp b/kooka/kookaview.cpp index f9c39d6c..8cca60ad 100644 --- a/kooka/kookaview.cpp +++ b/kooka/kookaview.cpp @@ -156,7 +156,7 @@ KookaView::KookaView( KParts::DockMainWindow *parent, const TQCString& deviceToU * Create a Kombobox that holds the last folders visible even on the preview page */ m_dockRecent = parent->createDockWidget( "Recent", - loader->loadIcon( ""image-x-generic", TDEIcon::Small ), + loader->loadIcon( "image-x-generic", TDEIcon::Small ), 0L, i18n("Gallery Folders")); m_dockRecent->setDockSite(KDockWidget::DockFullSite); |