Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
a3f53404
Commit
a3f53404
authored
3 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Fix: Correct resource key for export-success message
parent
287b5edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
+1
-1
...ain/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
with
1 addition
and
1 deletion
+1
-1
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
+
1
-
1
View file @
a3f53404
...
...
@@ -797,7 +797,7 @@ public class MainWindow extends Application {
if
(
render
instanceof
FeatureNode
node
)
{
try
{
controller
.
export
(
node
.
getFeature
());
logger
.
info
(
Localization
.
getText
(
"CityDoctorController.export"
));
logger
.
info
(
Localization
.
getText
(
"CityDoctorController.export
Success
"
));
}
catch
(
Exception
e
)
{
logger
.
error
(
"Export failed: Unexpected error occurred"
);
logger
.
error
(
e
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment