Skip to content

Commit

Permalink
gimx-config: change "G27 PS3" type to "G27 PS3 / PC" #490
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Nov 3, 2017
1 parent 9b5a62e commit 3192be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gimx-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ configFrame::configFrame(wxString file,wxWindow* parent, wxWindowID id __attribu
MenuType->Append(MenuItemJs);
MenuItemT300rsPs4 = new wxMenuItem(MenuType, ID_MENUITEMT300RSPS4, _("T300RS PS4"), wxEmptyString, wxITEM_RADIO);
MenuType->Append(MenuItemT300rsPs4);
MenuItemG27Ps3 = new wxMenuItem(MenuType, ID_MENUITEMG27PS3, _("G27 PS3"), wxEmptyString, wxITEM_RADIO);
MenuItemG27Ps3 = new wxMenuItem(MenuType, ID_MENUITEMG27PS3, _("G27 PS3 / PC"), wxEmptyString, wxITEM_RADIO);
MenuType->Append(MenuItemG27Ps3);
MenuItemG29Ps4 = new wxMenuItem(MenuType, ID_MENUITEMG29PS4, _("G29 PS4"), wxEmptyString, wxITEM_RADIO);
MenuType->Append(MenuItemG29Ps4);
Expand Down
2 changes: 1 addition & 1 deletion config/wxsmith/configframe.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@
<radio>1</radio>
</object>
<object class="wxMenuItem" name="ID_MENUITEMG27PS3" variable="MenuItemG27Ps3" member="yes">
<label>G27 PS3</label>
<label>G27 PS3 / PC</label>
<handler function="OnMenuTypeItemSelected" entry="EVT_MENU" />
<radio>1</radio>
</object>
Expand Down

0 comments on commit 3192be1

Please sign in to comment.