X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fsplash.cpp;h=d952fd11f74df066f7da027733171b3b0ccfdb3a;hb=2746572ecb1002c12a158d7d209d30bbade38220;hp=25a828ec45896987eca82023c62db16754d2c062;hpb=d8704498d20f4773761b530062a64df511d8995b;p=synfig.git diff --git a/synfig-studio/src/gtkmm/splash.cpp b/synfig-studio/src/gtkmm/splash.cpp index 25a828e..d952fd1 100644 --- a/synfig-studio/src/gtkmm/splash.cpp +++ b/synfig-studio/src/gtkmm/splash.cpp @@ -183,7 +183,7 @@ Splash::Splash(): int number = 1; if(ran >0.499999) number = 2; - synfig::info("%s", strprintf("%d",number).c_str()); + //synfig::info("%s", strprintf("%d",number).c_str()); splash_image->set(imagepath+"splash_screen"+strprintf("%d",number)+"."IMAGE_EXT); splash_image->set_alignment(0.5,0.5); splash_image->set_padding(0,0);