Expand developer string.

This commit is contained in:
Saleem Edah-Tally
2022-11-19 16:09:36 +01:00
parent a38dd6fe21
commit 8439d72bb4
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/* /*
* File: DBusMprisProxy.cpp * File: DBusMprisProxy.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, 22:23 * Created on 10 décembre 2017, 22:23

View File

@@ -1,6 +1,6 @@
/* /*
* File: DBusMprisProxy.h * File: DBusMprisProxy.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, 22:23 * Created on 10 décembre 2017, 22:23

View File

@@ -1,6 +1,6 @@
/* /*
* File: DBusPODProxy.cpp * File: DBusPODProxy.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, 18:51 * Created on 10 décembre 2017, 18:51

View File

@@ -1,6 +1,6 @@
/* /*
* File: DBusPODProxy.h * File: DBusPODProxy.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, 18:51 * Created on 10 décembre 2017, 18:51

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 10 décembre 2017, 20:27 * Created on 10 décembre 2017, 20:27
@@ -19,7 +19,7 @@ using namespace std;
#define _APPNAME_ "PMP7" // Pedal control for Media Player #define _APPNAME_ "PMP7" // Pedal control for Media Player
#define _APP_DESCRIPTION_ "Controls media playback by foot pedal" #define _APP_DESCRIPTION_ "Controls media playback by foot pedal"
#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 10 décembre 2017, 16:24 * Created on 10 décembre 2017, 16:24