This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
forked from sonarme/luke
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitry Kan
committed
Feb 23, 2015
1 parent
b5b9a0a
commit 11eeef8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?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 4.10.1 (2014-10-07)" font="10" icon="/img/luke-big.gif"/> | ||
<label halign="center" valign="center" text="v 4.10.3 (2015-02-23)" 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 <[email protected]>"/> | ||
<label halign="center" font="13" text="Maintained and further developed by Dmitry Kan <[email protected]>"/> | ||
|