e_alert: Use correct bugtracker URL.

If we have to show the white screen of death to a user we should at
least give her the correct URL to report it to.
devs/sachiel/e19
Stefan Schmidt 9 years ago
parent 3078a89456
commit b64b67e24b
  1. 2
      src/bin/e_alert_main.c

@ -566,7 +566,7 @@ _e_alert_draw_text(void)
"Before reporting issue, compile latest E18 and EFL\n"
"from Git with '-g -ggdb3' in your CFLAGS.\n"
"You can then report this crash on :\n"
"http://trac.enlightenment.org/e/.\n",
"https://phab.enlightenment.org/maniphest/.\n",
pid, backtrace_str);
}
else

Loading…
Cancel
Save