Summary: | Game names in combobox of the statistics dialog are untranslated | ||
---|---|---|---|
Product: | [Applications] kpat | Reporter: | Burkhard Lück <lueck> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-games-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | addding missing i18n() for combobox items |
Description
Burkhard Lück
2010-09-27 22:09:25 UTC
Created attachment 52038 [details]
addding missing i18n() for combobox items
SVN commit 1193161 by coates: Rework the DealerInfo class to improve robustness. This may be overkill, but it makes the DealerInfo class much easier to use. Translation duties have been moved inside the class to ensure the developer gets a translated string unless he explicitly requests the untranslated bytes. The base ID and the subtype IDs are handled separately inside the class and there are explicit getters for each. BUG:252586 M +53 -10 dealerinfo.cpp M +17 -6 dealerinfo.h M +1 -1 gameselectionscene.cpp M +2 -15 klondike.cpp M +6 -6 main.cpp M +9 -5 mainwindow.cpp M +2 -11 numbereddealdialog.cpp M +3 -18 spider.cpp M +2 -11 statisticsdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1193161 |