/trunk/Scribus/ChangeLogCVS |
---|
1,5 → 1,7 |
Scribus - 1.2.5cvs |
================== |
- 0003537: [General] seemingly corrupt .sla file does not open in 1.2.4.1 stable (fschmid) |
- 0003509: [Build System] Move the docs to FHS compliant location (cbradney) |
- 0003486: [Usability] Splash Screen Displays in all Windows (cbradney) |
- 0003463: [Translation] Japanese Translation FIle for Scribus 1.2.3 (cbradney) |
- 0003181: [Import / Export] Exporting a PDF with a gradient in a text frame causes "Incorrect Shading Error" in Acrobat 5.x+ (fschmid) |
/trunk/Scribus/scribus/libabout/about.cpp |
---|
66,7 → 66,7 |
tabLayout1->addWidget( PixmapLabel1 ); |
BuildID = new QLabel( tab, "BB" ); |
BuildID->setAlignment(Qt::AlignCenter); |
QString bu = tr("%1 %2 %3 ").arg("22").arg("March").arg("2006"); |
QString bu = tr("%1 %2 %3 ").arg("03").arg("April").arg("2006"); |
#ifdef HAVE_CMS |
bu += "C"; |
#else |