[Scribus] build date not updated
Craig Bradney
cbradney
Sat Oct 8 01:27:25 CEST 2005
On Saturday 08 October 2005 01:13, Bart Alberti wrote:
> 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 ");
Yes.. thats correct.. CVS has changed, but we dont always update that file..
Craig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20051008/bb6acfa2/attachment.pgp
More information about the scribus
mailing list