From 6e5a66a0fb5254580c03b684940e469244729618 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 10 Aug 2013 02:37:41 +0000 Subject: [PATCH] Fixed minor compile error for OSX. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2786 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/gui/LauncherDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/LauncherDialog.cxx b/src/gui/LauncherDialog.cxx index 68da82364..7ede16092 100644 --- a/src/gui/LauncherDialog.cxx +++ b/src/gui/LauncherDialog.cxx @@ -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