amsynth (1.2.3-2) 02-create_new_instance.patch

Summary

 src/GUI/GUI.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Call 'amsynth' and not 'amSynth' when create new instance.
Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591602#5
Author: Mauro Lizaur <mauro@cacavoladora.org>
Bug: http://bugs.debian.org/591602
Forwarded: not-needed
---
 src/GUI/GUI.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- amsynth.orig/src/GUI/GUI.cc
+++ amsynth/src/GUI/GUI.cc
@@ -201,7 +201,7 @@ GUI::create_menus	( )
 	//
 	Menu *menu_file = manage (new Menu());
 	MenuList& list_file = menu_file->items ();
-	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amSynth")));
+	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amsynth")));
 	list_file.push_back (SeparatorElem());
 	list_file.push_back (MenuElem("_Open Bank",Gtk::AccelKey("<control>O"), mem_fun(*this, &GUI::bank_open)));
 //	list_file.push_back (MenuElem("_Save Bank","<control>S", mem_fun(*this, &GUI::bank_save)));