mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||
|
<!DOCTYPE window SYSTEM "chrome://helloworld/locale/hello.dtd">
|
||
|
|
||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
title="&title.label;">
|
||
|
|
||
|
<hbox align="center">
|
||
|
<description flex="1">&separate.label;</description>
|
||
|
<button label="&close.label;" oncommand="close();"/>
|
||
|
</hbox>
|
||
|
|
||
|
</window>
|