Boucman suggested we tell the user their upload ID. We can do one
better, and give them a personalized URL (currently fairly primitive).
Cheers!
Rusty.
Index: upload_log.cpp
===================================================================
--- upload_log.cpp (revision 9422)
+++ upload_log.cpp (working copy)
@@ -277,7 +277,8 @@
std::string msg = std::string(_("Wesnoth relies on volunteers like
yourself for feedback, especially beginners and new players. Wesnoth keeps
summaries of your games: you can help us improve game play by giving permission
to send these summaries (anonymously) to wesnoth.org.\n"))
+ _("You can see the summaries to be sent in ")
+ get_upload_dir() + "\n"
- + _("You can view the results at http://stats.wesnoth.org.\n");
+ + _("You can view the results at ")
+ + "http://stats.wesnoth.org/?" + preferences::upload_id() +
"\n";
gui::show_dialog(disp, NULL,
_("Help us make Wesnoth better for
you!"),
--
ccontrol: http://ozlabs.org/~rusty/ccontrol