Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
InputConfigDiag: Put the colon after the device name
Oops. The dialog accidentally generated the wrong syntax for
this one.
  • Loading branch information
magcius committed Jun 29, 2013
1 parent e3c0a39 commit 1083d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/InputConfigDiag.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 1083d78

Please sign in to comment.