mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Some rebranding work left
This commit is contained in:
parent
b6ba409bce
commit
241e3bf566
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>XChat 2.0 Plugin Interface</title>
|
<title>HexChat 2 Plugin Interface</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
body {
|
body {
|
||||||
@ -35,11 +35,11 @@ margin-right: 32px;
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#FFFBF0" text="#000" link="#607060" vlink="#607060" alink="#607060">
|
<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>
|
<small>
|
||||||
<font size="-12">plugin20.html revision 2.86</font>
|
<font size="-12">plugin20.html revision 2.9.1</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>
|
<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>
|
<h2>1. Documentation:</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
@ -1521,7 +1521,7 @@ menu_ctcpguiopen (void)
|
|||||||
static void
|
static void
|
||||||
menu_docs (GtkWidget *wid, gpointer none)
|
menu_docs (GtkWidget *wid, gpointer none)
|
||||||
{
|
{
|
||||||
fe_open_url ("http://xchat.org/docs/");
|
fe_open_url ("http://www.hexchat.org/");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*static void
|
/*static void
|
||||||
|
Loading…
Reference in New Issue
Block a user