Create and make default the new rc file ardour2_ui.rc, with new font definitions
[ardour.git] / gtk2_ardour / glade_factory.cc
index b92f36b1ded7979de34e869562978f90886517db..6dbced388ad5a4f3e0df9aff863ac13c932b2544 100644 (file)
@@ -26,7 +26,7 @@ Glib::RefPtr<Gnome::Glade::Xml>
 GladeFactory::create(const std::string& full_path_to_file,
                     const Glib::ustring& toplevel_widget)
 {
-       try {
+       try {
                return Gnome::Glade::Xml::create(full_path_to_file,
                                                 toplevel_widget,
                                                 PACKAGE );