X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fsplash.cpp;h=c8130accb3feb33a946c02423939a4d879fd392f;hb=c2e1e65c0f837dcdd34cf39a097ea85a4741c149;hp=3f6263543fedb4a1feb419a59df4ecf617fbe613;hpb=528053937deeba8d8ae63078306f1bc951229781;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/splash.cpp b/synfig-studio/trunk/src/gtkmm/splash.cpp index 3f62635..c8130ac 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.cpp +++ b/synfig-studio/trunk/src/gtkmm/splash.cpp @@ -229,7 +229,7 @@ Splash::Splash(): // Set the version label to contain the correct information string ver; - ver+="Version "VERSION" ("__DATE__" "__TIME__")\n"; + ver+="Version "VERSION" ("__DATE__ /* " "__TIME__ */ ")\n"; ver+="Using Synfig "; ver+=synfig::get_version(); #ifdef __GNUC__