https://bugs.kde.org/show_bug.cgi?id=357556

David Faure <fa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |Applications/16.04
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/even
                   |                            |tviews/376da8f1c6d537f387d9
                   |                            |05ab4466ec6d7a6c8df6
             Status|CONFIRMED                   |RESOLVED

--- Comment #6 from David Faure <fa...@kde.org> ---
Git commit 376da8f1c6d537f387d905ab4466ec6d7a6c8df6 by David Faure.
Committed on 15/06/2016 at 10:13.
Pushed by dfaure into branch 'Applications/16.04'.

Port away from KLocale (which was used for use12Clock()).

Amazingly, this fixes a bug with a messagebox showing "Yes/No" instead
of "Merge/Add" when launching korganizer with a .ics file as argument.

Here's why:
KLocale::global() creates a QTranslator instance, which sends a LanguageChange
event. QDialogButtonBox (already shown at that point) reacts by retranslating
the buttons, ignoring the custom text we set on the buttons. That's a Qt bug,
I'll look into fixing that as well.
FIXED-IN: Applications/16.04

M  +13   -6    src/agenda/timelabels.cpp

http://commits.kde.org/eventviews/376da8f1c6d537f387d905ab4466ec6d7a6c8df6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to