patch-src_gui_splash_cpp 823 B

123456789101112131415161718192021222324
  1. $OpenBSD: patch-src_gui_splash_cpp,v 1.1 2017/05/24 23:59:42 espie Exp $
  2. Index: src/gui/splash.cpp
  3. --- src/gui/splash.cpp.orig
  4. +++ src/gui/splash.cpp
  5. @@ -187,7 +187,7 @@ Splash::Splash():
  6. //synfig::info("%s", strprintf("%d",number).c_str());
  7. splash_image->set(imagepath+"splash_screen"+strprintf("%d",number)+"."IMAGE_EXT);
  8. */
  9. - splash_image->set(imagepath+"splash_screen."IMAGE_EXT);
  10. + splash_image->set(imagepath+"splash_screen." IMAGE_EXT);
  11. splash_image->set_alignment(0.5,0.5);
  12. splash_image->set_padding(0,0);
  13. @@ -220,7 +220,7 @@ Splash::Splash():
  14. frame->add(*fixed);
  15. // Set up the parameters for this pop-up window
  16. - set_title("Synfig Studio "VERSION);
  17. + set_title("Synfig Studio " VERSION);
  18. set_modal(false);
  19. property_window_position().set_value(Gtk::WIN_POS_CENTER);
  20. set_resizable(false);