diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-15 00:26:38 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-15 00:26:38 (GMT) |
commit | 44ff85399011ea1bd3eb812ce97d312ccc4f32eb (patch) | |
tree | ef9c55154c2f3cea6a788928ba56175067ecde2f /src/MainWindow.h | |
parent | 68a10954cf09104d4b0097b9a62ae30cd316a5c6 (diff) |
Renamed OpenGL Info to Library Info and added version info of other libraries there
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 5546290..226689a 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -157,7 +157,7 @@ public slots: void helpAbout(); void helpHomepage(); void helpManual(); - void helpOpenGL(); + void helpLibrary(); void quit(); void actionReloadCompile(); void checkAutoReload(); |