Skip to content

Commit

Permalink
DmitryKey#67 fixed About contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.kan committed Sep 30, 2016
1 parent 5df92ae commit 9a08b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/xml/about.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<dialog modal="true" name="about" columns="1" gap="8" icon="/img/luke.gif" text=" About" left="4" right="4" bottom="4" top="4" close="remove(about)">
<label halign="center" valign="center" text="v 6.0.0 (2016-04-12)" font="10" icon="/img/luke-big.gif"/>
<label halign="center" valign="center" text="v 6.2.1 (2016-09-30)" font="10" icon="/img/luke-big.gif"/>
<button type="link" tooltip="Go to Luke home page" action="goUrl(this)" halign="center" property="url=https://github.com/DmitryKey/luke" foreground="#5aaa88" text="Lucene Index Toolbox" font="18 bold"/>
<label halign="center" font="13" text="Created by Andrzej Bialecki &lt;[email protected]&gt;"/>
<label halign="center" font="13" text="Further developed by: Dmitry Kan &lt;[email protected]&gt;, Tomoko Uchida &lt;https://twitter.com/moco_beta&gt;"/>
<label halign="center" font="13" text="Baked by pull-requests from our fantastic community. Thanks to all of you!"/>
<label halign="center" font="13" text="Backed by pull-requests from our fantastic community. Thanks to all of you!"/>
<label halign="center" font="italic 11" text="GUI client of the best Java search library"/>
<button type="link" icon="/img/lucene.gif" tooltip="Go to Lucene home page" action="goUrl(this)" halign="center" property="url=http://lucene.apache.org/" foreground="#5aaa88" text="Apache Lucene - home page"/>
<label halign="center" font="11" name="lver" text=""/>
Expand Down

0 comments on commit 9a08b6d

Please sign in to comment.