Skip to content
Commits on Source (10)
......@@ -9,6 +9,7 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
......@@ -22,8 +23,10 @@ org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=49
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=20
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=18
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=18
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
......@@ -33,6 +36,8 @@ org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=2
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0
org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
......@@ -53,6 +58,7 @@ org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
......@@ -68,7 +74,7 @@ org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
org.eclipse.jdt.core.formatter.comment.line_length=80
org.eclipse.jdt.core.formatter.comment.line_length=120
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
......@@ -90,6 +96,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
org.eclipse.jdt.core.formatter.indentation.size=8
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
......@@ -99,6 +106,7 @@ org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
......@@ -146,6 +154,7 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=inser
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
......@@ -223,6 +232,7 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do n
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
......@@ -277,16 +287,28 @@ org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
org.eclipse.jdt.core.formatter.lineSplit=120
org.eclipse.jdt.core.formatter.lineSplit=500
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines
org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
org.eclipse.jdt.core.formatter.tabulation.char=space
org.eclipse.jdt.core.formatter.tabulation.size=2
org.eclipse.jdt.core.formatter.use_on_off_tags=false
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
TEXTURES LIBRARY EDITOR v 1.5
TEXTURES LIBRARY EDITOR v 1.6
-----------------------------
This archive contains source code of the Textures Library Editor for Sweet Home 3D.
You may also download this source code with the following CVS command:
You may also download this source code with the following SVN command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_1_5 TexturesLibraryEditor
svn checkout https://svn.code.sf.net/p/sweethome3d/code/tags/V_1_6/TexturesLibraryEditor TexturesLibraryEditor
As this project depends on Sweet Home 3D, download and install also Sweet Home 3D source code from
http://prdownloads.sourceforge.net/sweethome3d/SweetHome3D-5.1-src.zip
or with the following CVS command:
http://prdownloads.sourceforge.net/sweethome3d/SweetHome3D-6.1-src.zip
or with the following SVN command:
cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_5_1 SweetHome3D
svn checkout https://svn.code.sf.net/p/sweethome3d/code/tags/V_6_1/SweetHome3D SweetHome3D
HOW TO USE THIS SOURCE CODE
......@@ -23,7 +23,7 @@ you find this file may be compiled as an Eclipse project or with Ant.
If you want to compile and test the Java files of this release
with Eclipse, please follow the next steps:
1. install last JDK 5 or greater available at http://java.sun.com
1. install last JDK 5 to 8 available at http://java.sun.com
2. install Eclipse available at http://www.eclipse.org
3. in Eclipse, select File > Import... menu
4. in "Select an import source" list of Import dialog box,
......
......@@ -10,7 +10,7 @@
-->
<project basedir="." default="texturesLibraryEditorJarExecutable" name="TexturesLibraryEditor">
<!-- The current version of the Textures Library Editor -->
<property name="version" value="1.5"/>
<property name="version" value="1.6"/>
<target name="texturesLibraryEditor"
description="Builds build/TexturesLibraryEditor.jar with all its classes">
......
sweethome3d-textures-editor (1.6-1) unstable; urgency=medium
* New upstream version 1.6.
* Switch to compat level 12.
* Declare compliance with Debian Policy 4.3.0.
* Use canonical VCS URI.
-- Markus Koschany <apo@debian.org> Mon, 28 Jan 2019 18:16:32 +0100
sweethome3d-textures-editor (1.5-2) unstable; urgency=medium
[ tony mancill ]
......
......@@ -7,15 +7,15 @@ Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
ant,
debhelper (>= 10),
debhelper (>= 12),
default-jdk,
imagemagick,
sweethome3d (>= 5.5),
unzip
Standards-Version: 4.1.0
Standards-Version: 4.3.0
Homepage: http://www.sweethome3d.com
Vcs-Git: https://anonscm.debian.org/git/pkg-java/sweethome3d-textures-editor.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-textures-editor.git
Vcs-Git: https://salsa.debian.org/java-team/sweethome3d-textures-editor.git
Vcs-Browser: https://salsa.debian.org/java-team/sweethome3d-textures-editor
Package: sweethome3d-textures-editor
Architecture: all
......
......@@ -3,7 +3,7 @@ Upstream-Name: Sweet Home 3D Textures Library Editor
Source: http://www.sweethome3d.com
Files: *
Copyright: 2010-2015, Emmanuel Puybaret, eTeks <info@eteks.com>
Copyright: 2010-2019, Emmanuel Puybaret, eTeks <info@eteks.com>
License: GPL-2+
Files: src/com/eteks/sweethome3d/swing/resources/icons/tango/*
......@@ -16,7 +16,7 @@ License: public-domain
Files: debian/*
Copyright: 2012, Gabriele Giacone <1o5g4r8o@gmail.com>
2016-2017, Markus Koschany <apo@debian.org>
2016-2019, Markus Koschany <apo@debian.org>
License: GPL-2+
License: GPL-2+
......
......@@ -28,7 +28,6 @@ override_dh_install:
override_dh_auto_clean:
rm -f sweethome3d-textures-editor.jar
rm -rf build $(ICONS)
dh_clean
TXZ=$(NAME)_$(VERS).orig.tar.xz
TMPDIR=_tmpdir
......
version=4
http://sf.net/sweethome3d/TexturesLibraryEditor-([\d\.]*)-src.zip
http://sf.net/sweethome3d/TexturesLibraryEditor-(\d\S+)-src\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
......@@ -46,6 +46,7 @@ import com.eteks.sweethome3d.model.SelectionListener;
import com.eteks.sweethome3d.model.UserPreferences;
import com.eteks.sweethome3d.swing.ControllerAction;
import com.eteks.sweethome3d.swing.ResourceAction;
import com.eteks.sweethome3d.swing.SwingTools;
import com.eteks.sweethome3d.swing.UnfocusableToolBar;
import com.eteks.sweethome3d.tools.OperatingSystem;
import com.eteks.sweethome3d.viewcontroller.HomeView.SaveAnswer;
......@@ -259,6 +260,9 @@ public class EditorPane extends JRootPane implements EditorView {
JEditorPane messagePane = new JEditorPane("text/html", message);
messagePane.setOpaque(false);
messagePane.setEditable(false);
if (SwingTools.getResolutionScale() != 1) {
messagePane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);
}
String title = this.preferences.getLocalizedString(EditorPane.class, "about.title");
Icon icon = new ImageIcon(EditorPane.class.getResource(
this.preferences.getLocalizedString(EditorPane.class, "about.icon")));
......
......@@ -65,6 +65,7 @@ import com.eteks.sweethome3d.model.SelectionEvent;
import com.eteks.sweethome3d.model.SelectionListener;
import com.eteks.sweethome3d.model.UserPreferences;
import com.eteks.sweethome3d.swing.IconManager;
import com.eteks.sweethome3d.swing.SwingTools;
import com.eteks.sweethome3d.tools.OperatingSystem;
import com.eteks.sweethome3d.tools.URLContent;
import com.eteks.sweethome3d.viewcontroller.View;
......@@ -86,6 +87,11 @@ public class TexturesLibraryTable extends JTable implements View {
TexturesLanguageController texturesLanguageController) {
super(new TexturesLibraryTableModel(texturesLibrary, texturesLanguageController),
new TexturesLibraryTableColumnModel(texturesLibrary, preferences, texturesLanguageController));
float resolutionScale = SwingTools.getResolutionScale();
if (resolutionScale != 1) {
// Adapt row height to specified resolution scale
setRowHeight(Math.round(getRowHeight() * resolutionScale));
}
addTableHeaderListener();
setAutoResizeMode(AUTO_RESIZE_OFF);
updateTableColumnsWidth();
......
......@@ -223,8 +223,9 @@ public class TexturesLibraryUserPreferencesPanel extends UserPreferencesPanel {
int labelAlignment = OperatingSystem.isMacOSX()
? GridBagConstraints.LINE_END
: GridBagConstraints.LINE_START;
Insets labelInsets = new Insets(0, 0, 5, 5);
Insets componentInsets = new Insets(0, 0, 5, 0);
int gap = Math.round(5 * SwingTools.getResolutionScale());
Insets labelInsets = new Insets(0, 0, gap, gap);
Insets componentInsets = new Insets(0, 0, gap, 0);
if (this.defaultCreatorLabel != null) {
add(this.defaultCreatorLabel, new GridBagConstraints(
0, 100, 1, 1, 0, 0, labelAlignment,
......@@ -252,7 +253,7 @@ public class TexturesLibraryUserPreferencesPanel extends UserPreferencesPanel {
if (this.texturesResourcesRemoteUrlBaseLabel != null) {
add(this.texturesResourcesRemoteUrlBaseLabel, new GridBagConstraints(
0, 103, 1, 1, 0, 0, labelAlignment,
GridBagConstraints.NONE, new Insets(0, 0, 0, 5), 0, 0));
GridBagConstraints.NONE, new Insets(0, 0, 0, gap), 0, 0));
add(this.texturesResourcesRemoteUrlBaseTextField, new GridBagConstraints(
1, 103, 2, 1, 0, 0, GridBagConstraints.LINE_START,
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
......
......@@ -455,8 +455,9 @@ public class TexturesPanel extends JPanel implements DialogView {
int labelAlignment = OperatingSystem.isMacOSX()
? GridBagConstraints.LINE_END
: GridBagConstraints.LINE_START;
Insets labelInsets = new Insets(0, 0, 5, 5);
Insets componentInsets = new Insets(0, 0, 5, 0);
int gap = Math.round(5 * SwingTools.getResolutionScale());
Insets labelInsets = new Insets(0, 0, gap, gap);
Insets componentInsets = new Insets(0, 0, gap, 0);
if (this.controller.isPropertyEditable(TexturesController.Property.IMAGE)) {
JPanel iconPanel = new JPanel(new GridBagLayout());
// Add dummy labels with a vertical weight of 1 at top and bottom of iconPanel
......@@ -469,14 +470,14 @@ public class TexturesPanel extends JPanel implements DialogView {
GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
iconPanel.add(this.imageComponent, new GridBagConstraints(
0, 1, 1, 1, 0, 0, GridBagConstraints.CENTER,
GridBagConstraints.NONE, new Insets(0, 0, 5, 0), 0, 0));
GridBagConstraints.NONE, new Insets(0, 0, gap, 0), 0, 0));
iconPanel.add(new JLabel(), new GridBagConstraints(
0, 3, 1, 1, 0, 1, GridBagConstraints.CENTER,
GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
add(iconPanel, new GridBagConstraints(
0, 0, 1, 15, 0, 0, GridBagConstraints.CENTER,
GridBagConstraints.BOTH, new Insets(0, 0, 0, 15), 0, 0));
GridBagConstraints.BOTH, new Insets(0, 0, 0, 3 * gap), 0, 0));
}
if (this.controller.isPropertyEditable(TexturesController.Property.ID)) {
add(this.idLabel, new GridBagConstraints(
......@@ -500,7 +501,7 @@ public class TexturesPanel extends JPanel implements DialogView {
GridBagConstraints.NONE, labelInsets, 0, 0));
add(this.creatorTextField, new GridBagConstraints(
2, 3, 1, 1, 0, 0, GridBagConstraints.LINE_START,
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 5, 10), 0, 0));
GridBagConstraints.HORIZONTAL, new Insets(0, 0, gap, 10), 0, 0));
}
if (this.controller.isPropertyEditable(TexturesController.Property.CATEGORY)) {
add(this.categoryLabel, new GridBagConstraints(
......@@ -516,7 +517,7 @@ public class TexturesPanel extends JPanel implements DialogView {
GridBagConstraints.NONE, labelInsets, 0, 0));
add(this.widthSpinner, new GridBagConstraints(
2, 5, 1, 1, 0, 0, GridBagConstraints.LINE_START,
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 5, 10), -10, 0));
GridBagConstraints.HORIZONTAL, new Insets(0, 0, gap, 2 * gap), -10, 0));
}
if (this.controller.isPropertyEditable(TexturesController.Property.HEIGHT)) {
add(this.heightLabel, new GridBagConstraints(
......@@ -524,7 +525,7 @@ public class TexturesPanel extends JPanel implements DialogView {
GridBagConstraints.NONE, labelInsets, 0, 0));
add(this.heightSpinner, new GridBagConstraints(
4, 5, 1, 1, 0, 0, GridBagConstraints.LINE_START,
GridBagConstraints.HORIZONTAL, new Insets(0, 0, 5, 10), -10, 0));
GridBagConstraints.HORIZONTAL, new Insets(0, 0, gap, 2 * gap), -10, 0));
}
}
......
......@@ -118,10 +118,10 @@ EditorPane.about.message=<html><font face="sanssherif"><center><font size="+2"><
<br><font size="-1">Java version %2$s</font>\
<p>Please, visit http://www.sweethome3d.com/\
<br>for software updates and bug report.\
</p><p><font size="-2">\u00a9 Copyrights 2012-2015 eTeks info@eteks.com\
</p><p><font size="-2">\u00a9 Copyrights 2012-2019 eTeks info@eteks.com\
<br>Distributed under GNU General Public License</font>
# Note to translators: dot not copy the 2 following keys in localized file
EditorPane.about.version=1.5
EditorPane.about.version=1.6
EditorPane.about.icon=/com/eteks/textureslibraryeditor/swing/resources/aboutIcon.png
......
......@@ -78,7 +78,7 @@ EditorPane.about.message=<html><font face="sanssherif"><center><font size="+2"><
<br><font size="-1">Java version %2$s</font>\
<p>Rendez-vous sur http://www.sweethome3d.com/fr/\
<br>pour mettre jour ce logiciel ou faire des suggestions.\
</p><p><font size="-2">\u00a9 Copyrights 2012-2015 eTeks info@eteks.com\
</p><p><font size="-2">\u00a9 Copyrights 2012-2019 eTeks info@eteks.com\
<br>Distribu sous licence GNU General Public License</font>
TexturesLanguageComboBox.defaultLanguage=Langue par dfaut
......
......@@ -23,3 +23,5 @@ defaultTexturesCategory#4=Miscellaneous
defaultTexturesCategory#5=Fabric
defaultTexturesCategory#6=Roof
defaultTexturesCategory#7=Wood
defaultTexturesCategory#8=Wallpaper
defaultTexturesCategory#9=Rug
......@@ -23,3 +23,5 @@ defaultTexturesCategory#4=\u0420\u0430\u0437\u043d\u0438
defaultTexturesCategory#5=\u041f\u043b\u0430\u0442
defaultTexturesCategory#6=\u0422\u0430\u0432\u0430\u043d
defaultTexturesCategory#7=\u0414\u044a\u0440\u0432\u043e
defaultTexturesCategory#8=\u0421\u0442\u0435\u043d\u0430
defaultTexturesCategory#9=\u0420\u0430\u0437\u043d\u0438
......@@ -23,3 +23,5 @@ defaultTexturesCategory#4=R\u016Fzn\u00E9
defaultTexturesCategory#5=Tkanina
defaultTexturesCategory#6=St\u0159echa
defaultTexturesCategory#7=D\u0159evo
defaultTexturesCategory#8=Tapeta
defaultTexturesCategory#9=Koberec
......@@ -23,3 +23,5 @@ defaultTexturesCategory#4=Verschiedenes
defaultTexturesCategory#5=Stoff
defaultTexturesCategory#6=Dach
defaultTexturesCategory#7=Holz
defaultTexturesCategory#8=Mauer
defaultTexturesCategory#9=Verschiedenes
......@@ -23,3 +23,5 @@ defaultTexturesCategory#4=\u0394\u03b9\u03ac\u03c6\u03bf\u03c1\u03b1
defaultTexturesCategory#5=\u038e\u03c6\u03b1\u03c3\u03bc\u03b1
defaultTexturesCategory#6=\u039f\u03c1\u03bf\u03c6\u03ae
defaultTexturesCategory#7=\u039e\u03cd\u03bb\u03bf
defaultTexturesCategory#8=\u03a4\u03bf\u03af\u03c7\u03bf\u03c2
defaultTexturesCategory#9=\u0394\u03b9\u03ac\u03c6\u03bf\u03c1\u03b1