diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-14 18:34:21 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-14 18:34:48 +0300 |
commit | bc7254837f6d2948976ec0da26853e20a4536778 (patch) | |
tree | a75fee4b473099b26816f047e1c122f3ca94bb77 /plugins/VoiceService/src | |
parent | 9452547a27bc4dfd19653ace992e33f764f565a7 (diff) |
VoiceService: unification with other plugins
Diffstat (limited to 'plugins/VoiceService/src')
-rw-r--r-- | plugins/VoiceService/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/src/version.h b/plugins/VoiceService/src/version.h index 00a4b356cd..541b50d9fc 100644 --- a/plugins/VoiceService/src/version.h +++ b/plugins/VoiceService/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Voice Service" #define __FILENAME "VoiceService.dll" -#define __DESCRIPTION "Provide services for protocols that support voice calls" +#define __DESCRIPTION "Provide services for protocols that support voice calls." #define __AUTHOR "Ricardo Pescuma Domenecci" #define __AUTHORWEB "https://miranda-ng.org/p/VoiceService/" #define __COPYRIGHT "© 2007-2009 Ricardo Pescuma Domenecci, 2020-22 Miranda NG team" |