This commit is contained in:
Chips-fr 2015-05-28 20:50:08 +00:00
parent 7d5d2db6e3
commit e63c383947
3 changed files with 7 additions and 2 deletions

View file

@ -284,7 +284,7 @@ void InitPanelInput(const struct _ConfigCategory& category)
chkCustomCtrl->setId("CustomCtrl");
chkCustomCtrl->addActionListener(inputActionListener);
lblDPAD = new gcn::Label("DPAD:");
lblDPAD = new gcn::Label("DPAD/Port1:");
lblDPAD->setSize(100, LABEL_HEIGHT);
lblDPAD->setAlignment(gcn::Graphics::RIGHT);
cboDPAD = new gcn::UaeDropDown(&dPADList);