Fix typo in bc363f1258c4
authorRobin Gareus <robin@gareus.org>
Sat, 19 Oct 2019 00:15:13 +0000 (02:15 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 19 Oct 2019 00:15:13 +0000 (02:15 +0200)
libs/ardour/port_manager.cc

index 2678740131a09e3eff8f9b2a140a8c5a0e5948cb..0eff8cede0f80880be11cbe1d93588d0fd834f51 100644 (file)
@@ -1263,7 +1263,7 @@ PortManager::fill_midi_port_info_locked ()
        for (vector<string>::iterator p = ports.begin(); p != ports.end(); ++p) {
 
                /* ugly hack, ideally we'd use a port-flag, or at vkbd_output_port()->name() */
-               if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _(Virtual Keyboard")) {
+               if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _("Virtual Keyboard")) {
                        continue;
                }