[Digikam-devel] [Bug 172912] New: "Slide" becomes "Slideshow" text on button in Main window. One-line change
Brendan Barry
mailinglist at endosquid.com
Thu Oct 16 03:15:42 BST 2008
http://bugs.kde.org/show_bug.cgi?id=172912
Summary: "Slide" becomes "Slideshow" text on button in Main
window. One-line change
Product: digikam
Version: unspecified
Platform: Compiled Sources
OS/Version: unspecified
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: mailinglist at endosquid.com
Version: (using Devel)
Installed from: Compiled sources
My patch cotains other unmerged changes, so I'll paste in the tiny relevant
section. It's just the addition of 4 letters to a button text.
@@ -877,7 +877,7 @@
// -----------------------------------------------------------
- d->slideShowAction = new KActionMenu(KIcon("view-presentation"),
i18n("Slide"), this);
+ d->slideShowAction = new KActionMenu(KIcon("view-presentation"),
i18n("Slideshow"), this);
d->slideShowAction->setDelayed(false);
actionCollection()->addAction("slideshow", d->slideShowAction);
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list