diff options
author | Slávek Banko <[email protected]> | 2023-03-08 15:55:29 +0100 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2023-03-08 21:28:38 +0000 |
commit | 0c8df48682481faa5249ab010e09d67af08e6457 (patch) | |
tree | 53186c42cc6eb713b236f35d0cf4843efee1ae98 /src/tdeioclient/main.cpp | |
parent | 15c3dc538b3703a3f79de8a55aa00cc07d940848 (diff) | |
download | tdebluez-0c8df48682481faa5249ab010e09d67af08e6457.tar.gz tdebluez-0c8df48682481faa5249ab010e09d67af08e6457.zip |
Rename tdeioclient binary to tdebluezioclient.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/tdeioclient/main.cpp')
-rw-r--r-- | src/tdeioclient/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdeioclient/main.cpp b/src/tdeioclient/main.cpp index 59762b7..cfd8e82 100644 --- a/src/tdeioclient/main.cpp +++ b/src/tdeioclient/main.cpp @@ -55,8 +55,8 @@ static TDECmdLineOptions options[] = int main(int argc, char **argv) { - TDEAboutData about("tdeioclient", - I18N_NOOP("tdeio client"), + TDEAboutData about("tdebluezioclient", + I18N_NOOP("tdeio client for tdebluez"), version, description, TDEAboutData::License_GPL, "(C) 2004 Fred Schaettgen", 0, 0, |