diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-16 11:34:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-09 21:06:22 +0900 |
commit | 84ba1fb33fe2d6c2bc50720130260f7fbc2df19d (patch) | |
tree | b3a1f3a61deec3fce067133dbee6a21b1f056742 /src/main.cpp | |
parent | caf01321779aee7b959c29a74f15fdc23a81c527 (diff) | |
download | ksquirrel-84ba1fb3.tar.gz ksquirrel-84ba1fb3.zip |
Switch to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9d6a68cb01d6a634885aaf9895195d224395d28c)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index a03bd40..389ecd2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) I18N_NOOP("KSquirrel - image viewer for TDE"), TDEAboutData::License_GPL, "(c) 2003-2007 Baryshev Dmitry", - 0, + nullptr, "http://ksquirrel.sourceforge.net", "ksquirrel.iv@gmail.com"); |