~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to scribus/prefs.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-01-23 16:19:28 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090123161928-15mux08ba81ouz2p
Tags: 1.3.3.13.dfsg~svn20081228-2
debian/control: Fix a typo on build depends that somehow passed through
my pbuilder test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
        GroupBox200Layout->addWidget( DocumentTemplateDir, 3, 1 );
197
197
        GroupBox200Layout->addWidget( FileC4, 3, 2 );
198
198
        tabLayout->addWidget( GroupBox200, 1, 0 );
199
 
        addItem( tr("General"), loadIcon("scribusicon.png"), tab);
 
199
        addItem( tr("General"), loadIcon("scribus.png"), tab);
200
200
 
201
201
        tab_7 = new QWidget( prefsWidgets, "tab_7" );
202
202
        tabLayout_7 = new QHBoxLayout( tab_7, 0, 5, "tabLayout_7");