Skip to content

Commit

Permalink
Fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Dec 5, 2015
1 parent 5cb84bc commit b0aa632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Options/OptionsDialog.cpp
Expand Up @@ -1177,7 +1177,7 @@ GeneralSettingsPage::GeneralSettingsPage(OptionsDialog *pOptionsDialog)
mpTerminalCommandTextBox = new QLineEdit;
#ifdef Q_OS_WIN32
mpTerminalCommandTextBox->setText("cmd.exe");
#elif Q_OS_MAC
#elif defined(Q_OS_MAC)
mpTerminalCommandTextBox->setText("");
#else
mpTerminalCommandTextBox->setText("");
Expand Down

0 comments on commit b0aa632

Please sign in to comment.