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

« back to all changes in this revision

Viewing changes to scribus/about.cpp

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        buildID = new QLabel( tab );
115
115
        buildID->setAlignment(Qt::AlignCenter);
116
116
        buildID->setTextInteractionFlags(Qt::TextSelectableByMouse);
117
 
        QString BUILD_DAY = "27";
118
 
        QString BUILD_MONTH = CommonStrings::march;
119
 
        QString BUILD_YEAR = "2011";
 
117
        QString BUILD_DAY = "6";
 
118
        QString BUILD_MONTH = CommonStrings::february;
 
119
        QString BUILD_YEAR = "2012";
120
120
        QString BUILD_TIME = "";
121
121
        QString BUILD_TZ = "";
122
122
        QString BUILD_NAME = "";
331
331
                result = tr("Previous Translation Contributors:");
332
332
        else
333
333
        {
334
 
                std::cout << "please add the untranslated title \"" << qPrintable(title) << "\" to About::trAuthorTitle()" << std::endl;
 
334
                std::cout << "please add the untranslated title \"" << qPrintable(title) << "\" to About::trTranslationTitle()" << std::endl;
335
335
                result = title;
336
336
        }
337
337
        return result;