summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-12 12:31:55 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-12 12:31:55 (GMT)
commit13254e6c8e69bf5f45b1ad50d3d3483bb46f0179 (patch)
treedd09ad17a0af94a4c8176d21c76eab2e8ba13aaf /Swift/QtUI/QtLoginWindow.h
parent6dcca70b2f9ed13817e3600d96dbc9af3b597241 (diff)
downloadswift-13254e6c8e69bf5f45b1ad50d3d3483bb46f0179.zip
swift-13254e6c8e69bf5f45b1ad50d3d3483bb46f0179.tar.bz2
Use General menu on OS X (don't duplicate Swift).
Resolves: #307
Diffstat (limited to 'Swift/QtUI/QtLoginWindow.h')
-rw-r--r--Swift/QtUI/QtLoginWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtLoginWindow.h b/Swift/QtUI/QtLoginWindow.h
index c2d06dd..654498d 100644
--- a/Swift/QtUI/QtLoginWindow.h
+++ b/Swift/QtUI/QtLoginWindow.h
@@ -71,6 +71,7 @@ namespace Swift {
QToolButton* certificateButton_;
QMenuBar* menuBar_;
QMenu* swiftMenu_;
+ QMenu* generalMenu_;
QMenu* toolsMenu_;
QAction* toggleSoundsAction_;
UIEventStream* uiEventStream_;