1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

Some rebranding work left

This commit is contained in:
Berke Viktor 2012-09-20 22:47:44 +02:00
parent b6ba409bce
commit 241e3bf566
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XChat 2.0 Plugin Interface</title>
<title>HexChat 2 Plugin Interface</title>
<style type="text/css">
<!--
body {
@ -35,11 +35,11 @@ margin-right: 32px;
</head>
<body bgcolor="#FFFBF0" text="#000" link="#607060" vlink="#607060" alink="#607060">
<h1>XChat 2.0 Plugin Interface</h1>
<h1>HexChat 2 Plugin Interface</h1>
<small>
<font size="-12">plugin20.html revision 2.86</font>
<br>Latest version of this document is available at: <a href="http://xchat.org/docs/plugin20.html">http://xchat.org/docs/plugin20.html</a></small>
<font size="-12">plugin20.html revision 2.9.1</font>
<br>Latest version of this document is available at: <a href="https://github.com/hexchat/hexchat/wiki/Plugins">https://github.com/hexchat/hexchat/wiki/Plugins</a></small>
<h2>1. Documentation:</h2>
<blockquote>

View File

@ -1521,7 +1521,7 @@ menu_ctcpguiopen (void)
static void
menu_docs (GtkWidget *wid, gpointer none)
{
fe_open_url ("http://xchat.org/docs/");
fe_open_url ("http://www.hexchat.org/");
}
/*static void