Revision 1856

trunk/client/gui_qt/mainwindow.cpp (revision 1856)
75 75
#ifdef Q_OS_MAC
76 76
    /* Register the file association for OSX (other platforms use a different method) */
77 77
    connect(app, SIGNAL(loadFile(QString)), SLOT(loadNZBFile(QString)));
78

                
79
    /* Hide the File menu item as the close program button is already available by default on OSX */
80
    ui->menu_File->deleteLater();
78 81
#endif
79 82

                
80 83
    connect(ui->actionImportNZBFile, SIGNAL(triggered(void)),

Also available in: Unified diff