• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Moxkiriyaプロジェクト事前開発用の作業部屋


Commit MetaInfo

Révision092579b759d234995c68288151f2c3551cbb9ad5 (tree)
l'heure2018-08-20 19:59:57
AuteurHarold_Andoh <andolloyd@gmai...>
CommiterHarold_Andoh

Message de Log

[Moxkiriya7]

  • Apache Luceneのライセンス文言がAbout Moxkiriya ダイアログのWindow内に収まっていない問題を修正

Change Summary

Modification

--- a/src/com/wiki/standalone/moxkiriya/dialog/AboutMoxkiriyaDialog.fxml
+++ b/src/com/wiki/standalone/moxkiriya/dialog/AboutMoxkiriyaDialog.fxml
@@ -17,5 +17,6 @@
1717 <Label maxHeight="-Infinity" maxWidth="-Infinity" prefHeight="30.0" prefWidth="500.0" text="%key.About.Moxkiriya.Powered.Apache.Lucene" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="50.0" AnchorPane.topAnchor="255.0" />
1818 <Label prefHeight="30.0" prefWidth="500.0" text="%key.About.Moxkiriya.System.requirement" AnchorPane.leftAnchor="50.0" AnchorPane.rightAnchor="50.0" AnchorPane.topAnchor="130.0" />
1919 <Label prefHeight="30.0" prefWidth="500.0" text="%key.About.Moxkiriya.System.requirement.Java" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="50.0" AnchorPane.topAnchor="155.0" />
20+ <Label maxHeight="-Infinity" maxWidth="-Infinity" prefHeight="30.0" prefWidth="500.0" text="%key.About.Moxkiriya.Lucene.license" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="50.0" AnchorPane.topAnchor="285.0" />
2021 </children>
2122 </AnchorPane>
--- a/src/com/wiki/standalone/moxkiriya/resources/moxkiriya.properties
+++ b/src/com/wiki/standalone/moxkiriya/resources/moxkiriya.properties
@@ -68,5 +68,6 @@ key.About.Moxkiriya.License: This software is licensed by GPL version 3.0.
6868 key.About.Moxkiriya.System.requirement: System requirement.
6969 key.About.Moxkiriya.System.requirement.Java: Java version 1.7.0 or later.
7070 key.About.Moxkiriya.Other.info: Other infomation.
71-key.About.Moxkiriya.Powered.Apache.Lucene: This software uses Apache Lucene that licensed by Apache license version 2.0.
71+key.About.Moxkiriya.Powered.Apache.Lucene: This software uses Apache Lucene.
72+key.About.Moxkiriya.Lucene.license: Apache Lucene is licensed by Apache license version 2.0.
7273