From kde-i18n-doc Thu Apr 21 08:55:27 2005 From: Bram Schoenmakers Date: Thu, 21 Apr 2005 08:55:27 +0000 To: kde-i18n-doc Subject: Re: KDE_3_4_BRANCH: kdepim/karm Message-Id: <200504211055.30747.bramschoenmakers () kde ! nl> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=111407374832652 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart2457524.7OtSSiOUyg" --nextPart2457524.7OtSSiOUyg Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thorsten Staerk, you wrote something like this: > correction: honor choice of semicolon, comma or sth. else in > cvsexportdialog [...] > - if ( d =3D=3D i18n( "Comma" ) ) rc.delimiter =3D ","; > - else if ( d =3D=3D i18n( "Tab" ) ) rc.delimiter =3D "\t"; > - else if ( d =3D=3D i18n( "Semicolon" ) ) rc.delimiter =3D ";"; > - else if ( d =3D=3D i18n( "Space" ) ) rc.delimiter =3D " "; > - else if ( d =3D=3D i18n( "Other:" ) ) rc.delimiter =3D txtOther->t= ext(); > + QString d =3D grpDelimiter->selected()->name(); > + if ( d =3D=3D i18n( "radioComma" ) ) rc.delimiter =3D ","; > + else if ( d =3D=3D i18n( "radioTab" ) ) rc.delimiter =3D "\t"; > + else if ( d =3D=3D i18n( "radioSemicolon" ) ) rc.delimiter =3D ";"; > + else if ( d =3D=3D i18n( "radioSpace" ) ) rc.delimiter =3D " "; > + else if ( d =3D=3D i18n( "radioOther:" ) ) rc.delimiter =3D Were these string changes mentioned on kde-i18n-doc? And what is the=20 difference between a normal Comma and a radioComma? Kind regards, =2D-=20 Bram Schoenmakers KDE Netherlands (www.kde.nl) --nextPart2457524.7OtSSiOUyg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBCZ2qCCECQ1cd7fUMRArgBAJ4sMlv1PUHKtQc4+9G0I1DwtXvmIgCgxOxS +IoOZb2bIOBbXcBHkPQ8EzY= =J+fE -----END PGP SIGNATURE----- --nextPart2457524.7OtSSiOUyg--