Home
last modified time | relevance | path

Searched refs:buttonText1_2 (Results 1 – 1 of 1) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1267 PPString buttonText1_2 = buttonText1; in initInstrumentChooser() local
1268 buttonText1_2.append("++"); in initInstrumentChooser()
1446 PPFont::getFont(PPFont::FONT_SYSTEM)->getStrWidth(buttonText1_2) + 4 + spacer; in initInstrumentChooser()
1461 PPSize(PPFont::getFont(PPFont::FONT_SYSTEM)->getStrWidth(buttonText1_2) + 4, 11)); in initInstrumentChooser()
1462 button->setText(buttonText1_2); in initInstrumentChooser()