buf2716fix.diff
src/app/qgisapp.cpp (working copy) | ||
---|---|---|
1220 | 1220 |
mPythonUtils->getError( className, text ); |
1221 | 1221 |
QMessageBox::critical( this, tr( "Error" ), tr( "Failed to open Python console:" ) + "\n" + className + ": " + text ); |
1222 | 1222 |
} |
1223 | ||
1224 |
// Mac OS X: Add Python Dialog to Window Menu |
|
1225 |
#ifdef Q_WS_MAC |
|
1226 |
addWindow( mActionShowPythonDialog ); |
|
1227 | ||
1228 |
#endif |
|
1229 | ||
1223 | 1230 |
} |
1224 | 1231 | |
1225 | 1232 |
void QgisApp::createActionGroups() |