Support showing mobile Forge version in BugReporter

This commit is contained in:
drdev
2014-07-12 20:24:16 +00:00
parent a50fb330a2
commit 4d169dd4b9
4 changed files with 13 additions and 2 deletions

View File

@@ -89,6 +89,11 @@ public class GuiDesktop implements IGuiBase {
return true;
}
@Override
public String getCurrentVersion() {
return BuildInfo.getVersionString();
}
@Override
public void invokeInEdtLater(Runnable proc) {
SwingUtilities.invokeLater(proc);