mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
mergeconflict
This commit is contained in:
commit
e32cee6cfd
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,9 @@
|
||||
.idea/
|
||||
out/
|
||||
G-Earth2.iml
|
||||
/Extensions
|
||||
/G-WinMem/.vs
|
||||
/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 TextArea text;
|
||||
|
||||
// this is a TEMPORARY info tab
|
||||
|
||||
public void initialize() {
|
||||
String[] lines = {
|
||||
@ -18,7 +19,8 @@ public class Info extends SubForm {
|
||||
"Made by:",
|
||||
"sirjonasxx",
|
||||
"",
|
||||
"Special thanks to:",
|
||||
"Contributors:",
|
||||
"XePeleato (Windows & Mac support)",
|
||||
"LittleJ",
|
||||
"ArachisH",
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user