Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTracker.h217 void showQuitMessageBox(const char* caption, const char* cpationOk, const char* captionCancel);
H A DTrackerInit.cpp1236 … Tracker::showQuitMessageBox(const char* caption, const char* captionOk, const char* captionCancel) in showQuitMessageBox() argument
1246 if (captionCancel) in showQuitMessageBox()
1249 button->setText(captionCancel); in showQuitMessageBox()