$OpenBSD: patch-src_gui_splash_cpp,v 1.1 2017/05/24 23:59:42 espie Exp $

Index: src/gui/splash.cpp
--- src/gui/splash.cpp.orig
+++ src/gui/splash.cpp
@@ -187,7 +187,7 @@ Splash::Splash():
 	//synfig::info("%s", strprintf("%d",number).c_str());
 	splash_image->set(imagepath+"splash_screen"+strprintf("%d",number)+"."IMAGE_EXT);
 	*/
-	splash_image->set(imagepath+"splash_screen."IMAGE_EXT);
+	splash_image->set(imagepath+"splash_screen." IMAGE_EXT);
 	splash_image->set_alignment(0.5,0.5);
 	splash_image->set_padding(0,0);
 
@@ -220,7 +220,7 @@ Splash::Splash():
   	frame->add(*fixed);
 
 	// Set up the parameters for this pop-up window
-	set_title("Synfig Studio "VERSION);
+	set_title("Synfig Studio " VERSION);
 	set_modal(false);
 	property_window_position().set_value(Gtk::WIN_POS_CENTER);
 	set_resizable(false);
