Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug reporting hint #14

Merged
merged 1 commit into from
Oct 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions OpenWIGLibrary/src/cz/matejcik/openwig/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static void stacktrace (Throwable e) {
msg = e.toString();
}
log(msg, LOG_ERROR);
ui.showError("you hit a bug! please report at openwig.googlecode.com and i'll fix it for you!\n"+msg);
ui.showError("You hit a bug! Please report this to whereyougo@cgeo.org with a screenshot of this message.\n"+msg);
}

/** stops Engine */
Expand Down Expand Up @@ -410,4 +410,4 @@ public void store () {
public static void requestSync () {
instance.eventRunner.perform(instance.store);
}
}
}