diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-06 14:08:23 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-06 14:08:23 +0200 |
commit | 4b9b2db912eeea91218e3bbff6fb1668e0179cdd (patch) | |
tree | 6aad2b751511650b5209c0993e5e44d6d296d590 /plugins/upd | |
parent | b86ed8962e354d8ef5322dce2f34df37bacde238 (diff) |
updater message cosmetics
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index e8c5bd51..119ad60d 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -82,7 +82,7 @@ print_version () } else { - xchat_printf (ph, "An XChat-WDK update is available! You can download it from here: http://xchat-wdk.googlecode.com/files/XChat-WDK%%20%s.exe", version); + xchat_printf (ph, "An XChat-WDK update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/XChat-WDK%%20%s.exe", version); } } |