~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/options/opt_iconset.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2006-03-28 11:11:02 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060328111102-v1diqpbwqr4yijoy
Tags: 0.10-2build1
Manual sync from Debian. No Ubuntu-specific changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
static void isDetails(const Iconset &is, QWidget *parent)
30
30
{
31
 
        IconsetDetailsDlg *isd = new IconsetDetailsDlg(parent, "IconsetDetailsDlg", true);
 
31
        IconsetDetailsDlg *isd = new IconsetDetailsDlg(parent, "IconsetDetailsDlg", false, QWidget::WDestructiveClose);
32
32
        isd->setIconset(is);
33
 
        isd->exec();
34
 
        delete isd;
 
33
        isd->show();
35
34
}
36
35
 
37
36
static QStringList dirs;
264
263
//----------------------------------------------------------------------------
265
264
 
266
265
OptionsTabIconsetSystem::OptionsTabIconsetSystem(QObject *parent)
267
 
: OptionsTab(parent, "iconset_system", "", tr("System Iconset"), tr("Select the system iconset"), "psi/info")
 
266
: OptionsTab(parent, "iconset_system", "", tr("System Icons"), tr("Select the system iconset"))
268
267
{
269
268
        w = 0;
270
269
        thread = 0;
417
416
//----------------------------------------------------------------------------
418
417
 
419
418
OptionsTabIconsetEmoticons::OptionsTabIconsetEmoticons(QObject *parent)
420
 
: OptionsTab(parent, "iconset_emoticons", "", tr("Emoticons"), tr("Select your emoticon iconsets"), "psi/smile")
 
419
: OptionsTab(parent, "iconset_emoticons", "", tr("Emoticons"), tr("Select your emoticon iconsets"))
421
420
{
422
421
        w = 0;
423
422
        thread = 0;
607
606
//----------------------------------------------------------------------------
608
607
 
609
608
OptionsTabIconsetRoster::OptionsTabIconsetRoster(QObject *parent)
610
 
: OptionsTab(parent, "iconset_roster", "", tr("Roster Iconsets"), tr("Select iconsets for your roster"), "psi/roster")
 
609
: OptionsTab(parent, "iconset_roster", "", tr("Roster Icons"), tr("Select iconsets for your roster"))
611
610
{
612
611
        w = 0;
613
612
        thread = 0;