summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.cpp
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-01-06 21:16:42 -0800
committerRJ Ryan <rryan@mixxx.org>2016-01-06 21:16:42 -0800
commit4378f14427cfdff188e1f8e25165a09da1e624ed (patch)
tree3a15639133ad3d5dfec874d552f41a9bc53982a1 /src/errordialoghandler.cpp
parent43d206ce0046fcd9b5d3cdad995806c44a820508 (diff)
Use Version::applicationName() here and there.
Diffstat (limited to 'src/errordialoghandler.cpp')
-rw-r--r--src/errordialoghandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/errordialoghandler.cpp b/src/errordialoghandler.cpp
index c0888fbfab..b939799bf5 100644
--- a/src/errordialoghandler.cpp
+++ b/src/errordialoghandler.cpp
@@ -23,9 +23,10 @@
#include "errordialoghandler.h"
#include "util/assert.h"
+#include "util/version.h"
ErrorDialogProperties::ErrorDialogProperties()
- : m_title("Mixxx"),
+ : m_title(Version::applicationName()),
m_modal(true),
m_shouldQuit(false),
m_type(DLG_NONE),