[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: kdelibs/kdeui
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-10-09 7:51:47
Message-ID: 200410090951.49137.coolo () kde ! org
[Download RAW message or body]

Am Freitag 08 Oktober 2004 22:37 schrieb Nicolas Goutte:
> CVS commit by goutte:
>
> TEST: test if using I18N_NOOP would fix the problem (probably not).
>
>
>   M +2 -2      kedittoolbar.cpp   1.101
>
>
> --- kdelibs/kdeui/kedittoolbar.cpp  #1.100:1.101
> @@ -46,6 +46,6 @@
>  #include <kprocio.h>
>
> -#define LINESEPARATORSTRING i18n("--- line separator ---")
> -#define SEPARATORSTRING i18n("--- separator ---")
> +#define LINESEPARATORSTRING I18N_NOOP("--- line separator ---")
> +#define SEPARATORSTRING I18N_NOOP("--- separator ---")
>
>  static void dump_xml(const QDomDocument& doc)

Try:
 static char *dummy_string = I18N_NOOP("--- line seperator ---");
#define  LINESEPARATORSTRING i18n(dummy_string);

Greetings, Stephan
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic