Skip to content

Commit

Permalink
Bump about date
Browse files Browse the repository at this point in the history
git-svn-id: svn://scribus.net/trunk/Scribus@21451 11d20701-8431-0410-a711-e3c959e3b870
  • Loading branch information
Craig Bradney committed Sep 18, 2016
1 parent 2aa5c4c commit 00295c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scribus/ui/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ About::About( QWidget* parent, AboutMode diaMode ) : QDialog( parent )
buildID = new QLabel( tab );
buildID->setAlignment(Qt::AlignCenter);
buildID->setTextInteractionFlags(Qt::TextSelectableByMouse);
QString BUILD_DAY = "25";
QString BUILD_MONTH = CommonStrings::july;
QString BUILD_DAY = "18";
QString BUILD_MONTH = CommonStrings::september;
QString BUILD_YEAR = "2016";
QString BUILD_TIME = "";
QString BUILD_TZ = "";
Expand Down

0 comments on commit 00295c2

Please sign in to comment.