[Scribus] build date not updated

Bart Alberti bart
Sat Oct 8 01:13:26 CEST 2005


Today is Fri Oct 7, 2005 but after several days the build string still 
shows 3 Oct from this minute (4 PM PDT USA) cvs.
Is line 49 is the controlling string from Scribus/scribus/about.cpp 
(using: less -N about.cpp)?
Bart Alberti
------->>>>>>>>


 About::About( QWidget* parent ) : QDialog( parent, "About", true, 0 )
     31 {
     32         setCaption( tr("About Scribus %1").arg(VERSION) );
     33         setIcon(loadIcon("AppIcon.png"));
     34         aboutLayout = new QVBoxLayout( this );
     35         aboutLayout->setSpacing( 6 );
     36         aboutLayout->setMargin( 10 );
     37         tabWidget2 = new QTabWidget( this, "TabWidget2" );
     38         tabWidget2->setMinimumSize( QSize( 438, 258 ) );
     39         tab = new QWidget( tabWidget2, "tab" );
     40         tabLayout1 = new QVBoxLayout( tab );
     41         tabLayout1->setSpacing( 6 );
     42         tabLayout1->setMargin( 15 );
     43         pixmapLabel1 = new QLabel( tab, "PixmapLabel1" );
     44         pixmapLabel1->setPixmap(loadIcon("scribus_logo.jpg"));
     45         pixmapLabel1->setAlignment(Qt::AlignCenter);
     46         tabLayout1->addWidget( pixmapLabel1 );
     47         buildID = new QLabel( tab, "BB" );
     48         buildID->setAlignment(Qt::AlignCenter);
     49         QString bu = tr("%1 %2 %3 
").arg("03").arg("October").arg("2005 ");





More information about the scribus mailing list