diff options
author | Chris <[email protected]> | 2019-07-14 21:07:43 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-15 14:03:35 +0900 |
commit | b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2 (patch) | |
tree | 6237b7ad387f3725686e53fa6914a5cc42459d3c /kolourpaint/kolourpaint.cpp | |
parent | 21d628b0f5a3a662c86f8d0412ea4beeee7b6573 (diff) | |
download | tdegraphics-b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2.tar.gz tdegraphics-b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2.zip |
Remove old kolourpaint URL and fix version string.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit aa6cfdab39882dd2aa2a54d13dfb05a825d48f85)
Diffstat (limited to 'kolourpaint/kolourpaint.cpp')
-rw-r--r-- | kolourpaint/kolourpaint.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp index 2a464b72..8dd605fa 100644 --- a/kolourpaint/kolourpaint.cpp +++ b/kolourpaint/kolourpaint.cpp @@ -65,8 +65,7 @@ int main (int argc, char *argv []) I18N_NOOP ("Paint Program for TDE"), TDEAboutData::License_Custom, 0/*copyright statement - see licence instead*/, - 0/*no free text*/, - "http://www.kolourpaint.org/" + 0/*no free text*/ ); |