Expand developer string.

This commit is contained in:
Saleem Edah-Tally
2022-11-19 16:11:59 +01:00
parent 98cb650a83
commit 61baa79d58
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* /*
* File: DBusPOD7Workers.cpp * File: DBusPOD7Workers.cpp
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* License : GPL V2 * License : GPL V2
* *
* Created on 10 décembre 2017, 14:12 * Created on 10 décembre 2017, 14:12

View File

@@ -1,6 +1,6 @@
/* /*
* File: DBusPOD7Workers.h * File: DBusPOD7Workers.h
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* License : GPL V2 * License : GPL V2
* *
* Created on 10 décembre 2017, 14:12 * Created on 10 décembre 2017, 14:12

View File

@@ -1,6 +1,6 @@
/* /*
* File: globals.h * File: globals.h
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* License : GPL V2 * License : GPL V2
* *
* Created on 9 décembre 2017, 21:03 * Created on 9 décembre 2017, 21:03
@@ -20,7 +20,7 @@ using namespace std;
#define _APPNAME_ "POD7" // Pedal events Over DBus #define _APPNAME_ "POD7" // Pedal events Over DBus
#define _APP_DESCRIPTION_ "Send pedal events over DBus" #define _APP_DESCRIPTION_ "Send pedal events over DBus"
#define _VERSION_ "2" #define _VERSION_ "2"
#define _AUTHOR_ "SET - nmset@yandex.com" #define _AUTHOR_ "Saleem Edah-Tally - nmset@yandex.com"
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \ #define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
+ string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \ + string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \
+ string("\nAuthor : ") + string(_AUTHOR_) \ + string("\nAuthor : ") + string(_AUTHOR_) \

View File

@@ -1,6 +1,6 @@
/* /*
* File: main.cpp * File: main.cpp
* Author: SET - nmset@yandex.com * Author: Saleem Edah-Tally - nmset@yandex.com
* License : GPL V2 * License : GPL V2
* *
* Created on 9 décembre 2017, 19:04 * Created on 9 décembre 2017, 19:04