[Bug 158786] AM & PM are supposed to be upper case

Dan Meltzer hydrogen at notyetimplemented.com
Wed Mar 5 20:36:15 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=158786         
hydrogen notyetimplemented com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|widget-clock                |klocale
            Product|plasma                      |kdelibs
            Version|unspecified                 |SVN



------- Additional Comments From hydrogen notyetimplemented com  2008-03-05 20:36 -------
If this is a bug, it's a bug in kdelibs.  We just pass klocale a QTime object.

The following code from klocale.cpp does the dirty.

                if ( pTime.hour() >= 12 )
                  put_it_in( buffer, index, i18n("pm") );
                else
                  put_it_in( buffer, index, i18n("am") );


More information about the Panel-devel mailing list