Fix dialogs on OS X.

This commit is contained in:
Steve Checkoway
2008-07-22 11:07:32 +00:00
parent 44a533660d
commit 6c0bb3173e
+1 -1
View File
@@ -17,7 +17,7 @@ REGISTER_DIALOG_DRIVER_CLASS( Null );
DialogDriver *DialogDriver::Create()
{
RString sDrivers = "win32,cocoa,null";
RString sDrivers = "win32,macosx,null";
vector<RString> asDriversToTry;
split( sDrivers, ",", asDriversToTry, true );