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

List:       kde-devel
Subject:    Re: kpanel
From:       Hans Petter Bieker <zerium () webindex ! no>
Date:       1998-12-29 22:39:47
[Download RAW message or body]

On Mon, 28 Dec 1998, Stephan Kulow wrote:

> Using i18n in a #define is not good, since xgettext can't
> handle this ;(

You are right.

> So I would vote for the second patch.

So would I.

karchie has the same problem btw:
--- kdenetwork/karchie/KAView.cpp.orig	Tue Dec 29 23:32:29 1998
+++ kdenetwork/karchie/KAView.cpp	Tue Dec 29 23:33:35 1998
@@ -44,7 +44,6 @@
 
 #define COL_NUM_IN_VIEW 3
 #define LIST_SEPARATOR '|'
-#define SEARCHTERM_TOOLTIP i18n("Searchstring, press <ENTER> to start search")
 
 /* Static members */
 const int KAViewSearchterm::offsetwidth = 5;
@@ -64,7 +63,7 @@
   // setup the searchterm line editor
   searchterm = new KLined( this, "searchtermled" );
   searchterm->adjustSize();
-  QToolTip::add( searchterm, i18n(SEARCHTERM_TOOLTIP) );
+  QToolTip::add( searchterm, i18n("Searchstring, press <ENTER> to start search") );
 
   searchlabel = new QLabel( searchterm, i18n("Search &Term"), this, "searchlabel" );
   searchlabel->adjustSize();

-bieker-

Powered by FreeBSD 3.0-CURRENT.

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

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