Fixed minor compile error for OSX.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2786 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-08-10 02:37:41 +00:00
parent 68f16a8990
commit 6e5a66a0fb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ LauncherDialog::LauncherDialog(OSystem* osystem, DialogContainer* parent,
wid.push_back(myPrevDirButton);
xpos += bwidth + 8;
myStartButton = new ButtonWidget(this, font, xpos, ypos, bwidth, bheight,
"Select", kStartCmd);
"Select", kLoadROMCmd);
wid.push_back(myStartButton);
xpos += bwidth + 8;
#endif