diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 22:27:12 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 22:27:12 +0200 |
commit | f61726ba4924e1c67dae9097861a258d20c63f33 (patch) | |
tree | e4fcd19cf1a827dd270b7b9f94e802bd00e42c5a /plugins | |
parent | e500363aff94526152fe9f3cb0a06959ec4153db (diff) |
Remove the last remnants of XChat-WDK
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/checksum/checksum.c | 2 | ||||
-rw-r--r-- | plugins/exec/exec.c | 4 | ||||
-rw-r--r-- | plugins/gtkpref/gtkpref.c | 4 | ||||
-rw-r--r-- | plugins/upd/upd.c | 14 | ||||
-rw-r--r-- | plugins/winsys/winsys.cpp | 4 | ||||
-rw-r--r-- | plugins/xsasl/xsasl.c | 2 |
6 files changed, 15 insertions, 15 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index 79f64982..135764eb 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -1,4 +1,4 @@ -/* XChat-WDK +/* HexChat * Copyright (c) 2010-2012 Berke Viktor. * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index 22f38814..842d428c 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -1,5 +1,5 @@ -/* XChat-WDK - * Copyright (c) 2011 Berke Viktor. +/* HexChat + * Copyright (c) 2011-2012 Berke Viktor. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/plugins/gtkpref/gtkpref.c b/plugins/gtkpref/gtkpref.c index 5cc754bf..84f51726 100644 --- a/plugins/gtkpref/gtkpref.c +++ b/plugins/gtkpref/gtkpref.c @@ -1,5 +1,5 @@ -/* XChat-WDK - * Copyright (c) 2011 Berke Viktor. +/* HexChat + * Copyright (c) 2011-2012 Berke Viktor. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index da92f2e4..f0ed0a2d 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -1,5 +1,5 @@ -/* XChat-WDK - * Copyright (c) 2010-2011 Berke Viktor. +/* HexChat + * Copyright (c) 2010-2012 Berke Viktor. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -28,7 +28,7 @@ static xchat_plugin *ph; /* plugin handle */ static const char name[] = "Update Checker"; static const char desc[] = "Check for HexChat updates automatically"; -static const char version[] = "2.1"; +static const char version[] = "3.0"; static char* check_version () @@ -165,9 +165,9 @@ print_version () else { #ifdef _WIN64 /* use this approach, the wProcessorArchitecture method always returns 0 (=x86) for some reason */ - xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/HexChat%%20%s%%20x64.exe\n", version); + xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x64.exe\n", version); #else - xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/HexChat%%20%s%%20x86.exe\n", version); + xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x86.exe\n", version); #endif } @@ -183,9 +183,9 @@ print_version_quiet (void *userdata) if (!(strcmp (version, xchat_get_info (ph, "version")) == 0) && !(strcmp (version, "Unknown") == 0)) { #ifdef _WIN64 /* use this approach, the wProcessorArchitecture method always returns 0 (=x86) for plugins for some reason */ - xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/HexChat%%20%s%%20x64.exe\n", version); + xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x64.exe\n", version); #else - xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/HexChat%%20%s%%20x86.exe\n", version); + xchat_printf (ph, "A HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x86.exe\n", version); #endif /* print update url once, then stop the timer */ return 0; diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp index 4ab1b3fd..d15118fe 100644 --- a/plugins/winsys/winsys.cpp +++ b/plugins/winsys/winsys.cpp @@ -1,5 +1,5 @@ -/* XChat-WDK - * Copyright (c) 2011 Berke Viktor. +/* HexChat + * Copyright (c) 2011-2012 Berke Viktor. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/plugins/xsasl/xsasl.c b/plugins/xsasl/xsasl.c index 8abce20b..1d751ff3 100644 --- a/plugins/xsasl/xsasl.c +++ b/plugins/xsasl/xsasl.c @@ -1,4 +1,4 @@ -/* XChat-WDK +/* HexChat * Copyright (c) 2010 <ygrek@autistici.org> * Copyright (c) 2012 Berke Viktor. * |