add chinese translation from Rui-huai Zhang
[ardour.git] / gtk2_ardour / mtest.cc
index b37b75c9b6f91e0edcc9e6d775fa59033ed52c75..3103a8305365d8aebf01703c1efce77013d80a0d 100644 (file)
@@ -64,7 +64,7 @@ make_action (Glib::RefPtr<ActionGroup> group, string name, string label)
 }
 
 bool
-lookup_entry (const ustring accel_path, Gtk::AccelKey& key)
+lookup_entry (const string accel_path, Gtk::AccelKey& key)
 {
        GtkAccelKey gkey;
        bool known = gtk_accel_map_lookup_entry (accel_path.c_str(), &gkey);