[Kde-pim] Dialogs in kdepimlibs/akonadi/contact/ untranslated

Tobias Koenig tokoe at kde.org
Fri Jan 29 05:44:05 GMT 2010


On Tue, Jan 26, 2010 at 09:58:27PM +0100, Burkhard L?ck wrote:
> Am Dienstag, 26. Januar 2010 18:18:59 schrieb Tom Albers:
Hej Burkhard,

> Index: kdepimlibs/akonadi/contact/editor/geoeditwidget.cpp
> ===================================================================
> --- kdepimlibs/akonadi/contact/editor/geoeditwidget.cpp	(Revision 1080339)
> +++ kdepimlibs/akonadi/contact/editor/geoeditwidget.cpp	(Arbeitskopie)
> @@ -204,6 +204,7 @@
>    : KDialog( parent ),
>      mCoordinates( coordinates )
>  {
> +  KGlobal::locale()->insertCatalog( QLatin1String( "timezones4" ) );
Ok

> @@ -495,7 +495,7 @@
>            data.longitude = calculateCoordinate( c.mid( pos ) );
>            data.country = country;
>  
> -          mGeoDataMap.insert( n, data );
> +          mGeoDataMap.insert( i18n( qPrintable ( n ) ).replace( QLatin1Char('_'),  QLatin1Char(' ') ), data );
>          }
Please change coding style to
+          mGeoDataMap.insert( i18n( qPrintable( n ) ).replace( QLatin1Char( '_' ), QLatin1Char( ' ' ) ), data );

Fine with me, otherwise

Ciao,
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20100129/c95267f9/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list