InputConfigDiag: Put the colon after the device name

Oops. The dialog accidentally generated the wrong syntax for
this one.
This commit is contained in:
Jasper St. Pierre 2013-06-29 02:55:29 -04:00
parent e3c0a39d5d
commit 1083d78721

View File

@ -343,8 +343,8 @@ inline void GetExpressionForControl(wxString &expr,
// non-default device
if (control_device && default_device && !(*control_device == *default_device))
{
expr += ":";
expr += control_device->ToString();
expr += ":";
}
// append the control name