Bug 336530

Summary: okular fails loading the icons "select-table" and "magnifier"
Product: [Applications] okular Reporter: Martin Walch <walch.martin>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: minor CC: aacid
Priority: NOR    
Version: 0.19.2   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 4.13.3

Description Martin Walch 2014-06-21 00:24:17 UTC
ui/pageview.cpp:579 says:
    d->aMouseTableSelect  = new KAction(KIcon( "select-table" ), i18n("T&able Selection Tool"), this);

but as it seems there is no such icon that can be identified with "select-table".

The same for ui/pageview.cpp:588:
    d->aMouseMagnifier = new KAction(KIcon( "magnifier" ), i18n("&Magnifier"), this);

Both show up as broken icons in the "Tools" menu.

Reproducible: Always
Comment 1 Albert Astals Cid 2014-07-10 21:36:30 UTC
Git commit 3669e776dcd5ded5921d0c2c374571fb26b1a586 by Albert Astals Cid, on behalf of Yuri Chornoivan.
Committed on 10/07/2014 at 21:36.
Pushed by aacid into branch 'KDE/4.13'.

Fix two icons in the Tools menu

M  +2    -2    ui/pageview.cpp

http://commits.kde.org/okular/3669e776dcd5ded5921d0c2c374571fb26b1a586