[Kde-games-devel] Re: Kde logo for using in about menu

kde-games-devel@mail.kde.org kde-games-devel@mail.kde.org
Wed, 19 Feb 2003 02:26:55 +0100 (CET)


En réponse à Andreas Beckermann <b_mann@gmx.de>:

> On Thursday 13 February 2003 23:48, Albert Astals Cid wrote:
> > Thanks a lot, finally i decided to use the XMLGUI option, it has been
> a bit
> > difficult to undestand how that XML files work, but i've finally got
> what i
> > wanted.
> >
> > But now i have another question, i now have a menu like
> >
> > <MenuBar>
> > 	<Menu name="game">
> > 		<Action name="mode" />
> > 	</Menu>
> > 	<Menu name="board"><text>&amp;Board</text>
> > 		<Action name="default" />
> > 		<Action name="bigger" />
> > 		<Action name="smaller" />
> > 	</Menu>
> > </MenuBar>

in fact all strings inside text, title, whatsthis and tooltip tags are put 
inside the "rc.cpp" file. See the "extractrc" script in kdesdk/script

see you,
Nicolas