Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Mac build
  • Loading branch information
dakcarto committed Jan 8, 2014
1 parent 46a6024 commit eaf1f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -31,7 +31,7 @@ std::map<QString, QPixmap> mugs;
*/
#ifdef Q_OS_MACX
QgsAbout::QgsAbout( QWidget *parent )
: QgsOptionsDialogBase( parent, Qt::WindowSystemMenuHint ) // Modeless dialog with close button only
: QgsOptionsDialogBase( "about", parent, Qt::WindowSystemMenuHint ) // Modeless dialog with close button only
#else
QgsAbout::QgsAbout( QWidget *parent )
: QgsOptionsDialogBase( "about", parent ) // Normal dialog in non Mac-OS
Expand Down

0 comments on commit eaf1f38

Please sign in to comment.