ref Env namespace for win32/reg stuff / startup toggle
Bigger than usual commit, but all of this had to be done simultaneously
This commit is contained in:
parent
94d2ebf1c2
commit
047808c89f
8 changed files with 293 additions and 103 deletions
|
|
@ -16,6 +16,9 @@
|
|||
//#include "settings.h"
|
||||
|
||||
//TODO: Use tr();? QTranslator
|
||||
#define APP_NAME "MixerQ"
|
||||
#define LAPP_NAME L"MixerQ"
|
||||
|
||||
#define STRING_MUTE "Mute"
|
||||
#define STRING_UNMUTE "Unmute"
|
||||
#define STRING_QUIT "Quit"
|
||||
|
|
@ -38,7 +41,6 @@
|
|||
|
||||
#define LSTRING_UNNAMED_SESSION L"Unnamed session"
|
||||
|
||||
|
||||
//INIT BACK
|
||||
|
||||
enum SettingsTargetDirectory {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue