From 6071cba500cfc49277b8d61d707d45b154d2df59 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 15 Jun 2017 15:10:16 +0200 Subject: [PATCH] fix(App): set application name (linphone) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a062f6298..61016e144 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ #include "app/App.hpp" // Must be unique. Used by `SingleApplication`. -#define APPLICATION_NAME "Linphone Desktop" +#define APPLICATION_NAME "linphone" #define APPLICATION_VERSION LINPHONE_QT_GIT_VERSION #define DEFAULT_FONT "Noto Sans"