Merge pull request #1139 from lioncash/videodlg-osx

DolphinWX: Fix the video dialog crashing Dolphin on OSX
This commit is contained in:
Lioncash
2014-09-21 19:25:30 -04:00

View File

@ -201,7 +201,7 @@ protected:
label_adapter->Disable();
}
#if !defined(_APPLE_)
#ifndef __APPLE__
// This isn't supported on OSX.
choice_display_resolution->Disable();