From kde-devel Wed Apr 26 17:18:40 2006 From: "Kurt V. Hindenburg" Date: Wed, 26 Apr 2006 17:18:40 +0000 To: kde-devel Subject: Re: kdialog: --caption vs --title Message-Id: <200604261318.40321.kurt.hindenburg () kdemail ! net> X-MARC-Message: https://marc.info/?l=kde-devel&m=114607201026666 On Monday 24 April 2006 17:44, Kevin Krammer wrote: | kdialog --title "foo bar" --getopenfilename /tmp | | just has the caption "KDialog" I have a fix for the 3.5 branch for this... I'll commit it and look at fixing /trunk. Also BR #115723 The fix is simply to move the setCaption after kapp->setTopWidget( &dlg ); The --caption come from kde (ie kdialog --help-kde) kdialog --caption "caption " --title "title " --msgbox "try this right now " The dialog will have "title - caption". Caption is usually the App name. Regards, Kurt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<