2
0
Daniele Bartolini 5 жил өмнө
parent
commit
e6fe4aeba5

+ 1 - 1
tools/level_editor/level_editor.vala

@@ -646,7 +646,7 @@ public class LevelEditorApplication : Gtk.Application
 		Gtk.Label label = new Gtk.Label(null);
 		Gtk.Label label = new Gtk.Label(null);
 		label.set_markup("Something went wrong.\rTry to <a href=\"restart\">restart</a> this view.");
 		label.set_markup("Something went wrong.\rTry to <a href=\"restart\">restart</a> this view.");
 		label.activate_link.connect(() => {
 		label.activate_link.connect(() => {
-			activate_action("restart", null);
+			activate_action("restart-editor-view", null);
 			return true;
 			return true;
 		});
 		});
 		_editor_slide.show_widget(label);
 		_editor_slide.show_widget(label);