Summary: | plasmoidviewer string difficult/impossible to properly translate | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Karl Ove Hufthammer <karl> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, aseigo, asraniel, lueck |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Unspecified | ||
Latest Commit: | http://commits.kde.org/plasmate/1b50484bf1654362cd98511358c870a2a4e6e986 | Version Fixed In: | |
Sentry Crash Report: |
Description
Karl Ove Hufthammer
2010-03-31 17:54:35 UTC
The code then sets: QPixmapCache::setCacheLimit(args->getOption("pixmapcache").toInt()); and according to the Qt documentation: void QPixmapCache::setCacheLimit ( int n ) [static] Sets the cache limit to n kilobytes. so it should be "kB" ? This should really be easy to fix, i don't have a working svn check out for the moment Git commit 93f68322946a871b091df5c21dd8f5fb9dc059c8 by Burkhard Lück. Committed on 12/08/2011 at 14:26. Pushed by lueck into branch 'master'. fix spelling of unit to make clear this is Kilobyte BUG:232867 M +1 -1 plasma/generic/tools/plasmoidviewer/main.cpp http://commits.kde.org/kde-workspace/93f68322946a871b091df5c21dd8f5fb9dc059c8 Git commit 1b50484bf1654362cd98511358c870a2a4e6e986 by Burkhard Lück. Committed on 12/08/2011 at 14:26. Pushed by tsiapaliwkas into branch 'terietor/tools'. fix spelling of unit to make clear this is Kilobyte M +1 -1 plasmoidviewer/main.cpp http://commits.kde.org/plasmate/1b50484bf1654362cd98511358c870a2a4e6e986 |