#include "helpmenufunctions.h"#include <wx/icon.h>#include "../images/springsettings.xpm"#include "../utils/customdialogs.h"#include "../utils/platform.h"#include "../updater/updatehelper.h"#include <wx/intl.h>#include "se_utils.h"#include <string>#include <wx/aboutdlg.h>
Go to the source code of this file.
Functions | |
| void | showAbout () |
| shows the about dialog in non-modal mode | |
| void | showCredits () |
| shows the credits dialog in modal mode | |
| void | openNewTicket () |
| opens trac in browser, presets owner and component | |
| void | openContactPage () |
| opens http://trac.springlobby.info/wiki/Contact in browser | |
| void openContactPage | ( | ) |
opens http://trac.springlobby.info/wiki/Contact in browser
Definition at line 53 of file helpmenufunctions.cpp.
| void openNewTicket | ( | ) |
opens trac in browser, presets owner and component
Definition at line 48 of file helpmenufunctions.cpp.
| void showAbout | ( | ) |
shows the about dialog in non-modal mode
Definition at line 15 of file helpmenufunctions.cpp.
| void showCredits | ( | ) |
shows the credits dialog in modal mode
Definition at line 37 of file helpmenufunctions.cpp.
1.6.3