DolphinWX: fix -e parameter

This commit is contained in:
Tillmann Karras 2015-02-13 10:34:18 +01:00
parent 9761df422a
commit 1b38800a67
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ bool DolphinApp::OnInit()
// Gets the command line parameters
wxCmdLineParser parser(cmdLineDesc, argc, argv);
LoadFile = false;
if (argc == 2 && File::Exists(argv[1].ToUTF8().data()))
{
LoadFile = true;