Summary: | l10n problem in title of 'Modify View:' dialog... | ||
---|---|---|---|
Product: | [Unmaintained] kab3 | Reporter: | Andrey Cherepanov <sibskull> |
Component: | general | Assignee: | Tobias Koenig <tokoe> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Here is the patch for replacing non i18n char * in view names |
Description
Andrey Cherepanov
2003-06-04 13:11:50 UTC
I guess, that's happen because view name is stored in KToggleAction in const char * instead QString. Quick vay to change it is use QString::local8Bit() instead QString::latin1(), but it's no right way of i18n. Can I make patch for complete correct this bug? Created attachment 1720 [details]
Here is the patch for replacing non i18n char * in view names
I test - it works fine.
Please, recheck it and put to CVS.
Hi Andrey, i've modified your patch a bit, to make it compile with CVS HEAD. Furthermore I moved the setCaption() call outside the ctor, so we don't have to pass the viewName parameter all the time. Could you test CVS HEAD, if it still works for you? Ciao, Tobias The development of the old KAddressBook will be discontinued for KDE 4.4. Since the new application has the same name, but a completly new code base we close all bug reports against the old version and ask the submitters to resend there reports against the new product. |