Description: let the build be deterministic. See the wiki page
 https://wiki.debian.org/ReproducibleBuilds for more info.
Author: Mattia Rizzolo <mattia@mapreri.org>
Forwarded: no
Last-Update: 2014-12-31

--- a/app/main.cpp
+++ b/app/main.cpp
@@ -41,7 +41,7 @@
 #endif
 
     MainWindow2 mainWindow;
-    mainWindow.setWindowTitle( QString("Pencil2D - Nightly Build %1").arg( __DATE__ ) );
+    mainWindow.setWindowTitle( QString("Pencil2D - Nightly Build") );
 
     if ( argc == 1 )
     {
--- a/core_lib/util/pencildef.h
+++ b/core_lib/util/pencildef.h
@@ -1,7 +1,7 @@
 #ifndef PENCILDEF_H
 #define PENCILDEF_H
 
-#define PENCIL_WINDOW_TITLE QString("Pencil2D - Nightly Build %1").arg( __DATE__ )
+#define PENCIL_WINDOW_TITLE QString("Pencil2D - Nightly Build")
 
 #define PENCIL_MOVIE_EXT \
     tr( "AVI (*.avi);;MPEG(*.mpg);;MOV(*.mov);;MP4(*.mp4);;SWF(*.swf);;FLV(*.flv);;WMV(*.wmv)" )
