We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a825ade commit 6909f79Copy full SHA for 6909f79
editor/src/com/rockbite/tools/talos/editor/UIStage.java
@@ -126,7 +126,7 @@ private void constructMenu () {
126
@Override
127
public void clicked (InputEvent event, float x, float y) {
128
super.clicked(event, x, y);
129
- VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.4", " - ");
+ VisDialog dialog = Dialogs.showOKDialog(stage, "About Talos 1.0.5", "Many new features. much wow.");
130
}
131
});
132
0 commit comments