diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d60de869..d16719e3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -326,13 +326,13 @@ private: MOBase::DelayedFileWriter m_ArchiveListWriter;
- enum class Shortcut_Type {
+ enum class ShortcutType {
Toolbar,
- Windows_Desktop,
- Windows_StartMenu
+ Desktop,
+ StartMenu
};
- void addWindowsLink(Shortcut_Type const);
+ void addWindowsLink(ShortcutType const);
Executable const &getSelectedExecutable() const;
Executable &getSelectedExecutable();
|
