twingle/twingle/content/menu abouttwingle.xul,NONE,1.1

[email protected] Thu, 6 Mar 2003 09:50:18 -0700 (MST)
Newsgroups gmane.comp.cms.oscom.twingle.cvs
Message-ID <[email protected]>
Update of /cvs/root/twingle/twingle/content/menu
In directory alpha.oscom.org:/tmp/cvs-serv12864

Added Files:
	abouttwingle.xul 
Log Message:
First addition, very minimal.  Who wants to fix it? :^)


--- NEW FILE: abouttwingle.xul ---
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://twingle/skin" type="text/css"?>

<dialog id="about" title="About Twingle"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	xmlns:html="http://www.w3.org/1999/xhtml"
        buttons="accept"
        ondialogaccept="return;">

<html:h1>About Twingle</html:h1>

</dialog>