mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
mergeconflict
This commit is contained in:
commit
e32cee6cfd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,9 @@
|
|||||||
.idea/
|
.idea/
|
||||||
out/
|
out/
|
||||||
G-Earth2.iml
|
G-Earth2.iml
|
||||||
/Extensions
|
|
||||||
/G-WinMem/.vs
|
/G-WinMem/.vs
|
||||||
/G-WinMem/x64
|
/G-WinMem/x64
|
||||||
/G-WinMem/G-WinMem/x64
|
/G-WinMem/G-WinMem/x64
|
||||||
|
/Extensions/
|
||||||
|
G-Earth.iml
|
||||||
|
/G-EarthWindows.iml
|
12
G-Earth.iml
12
G-Earth.iml
@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="JAVA_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="library" name="json-simple-1.1.1" level="project" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
@ -9,6 +9,7 @@ import main.ui.SubForm;
|
|||||||
public class Info extends SubForm {
|
public class Info extends SubForm {
|
||||||
public TextArea text;
|
public TextArea text;
|
||||||
|
|
||||||
|
// this is a TEMPORARY info tab
|
||||||
|
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
String[] lines = {
|
String[] lines = {
|
||||||
@ -18,7 +19,8 @@ public class Info extends SubForm {
|
|||||||
"Made by:",
|
"Made by:",
|
||||||
"sirjonasxx",
|
"sirjonasxx",
|
||||||
"",
|
"",
|
||||||
"Special thanks to:",
|
"Contributors:",
|
||||||
|
"XePeleato (Windows & Mac support)",
|
||||||
"LittleJ",
|
"LittleJ",
|
||||||
"ArachisH",
|
"ArachisH",
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user