[Scummvm-git-logs] scummvm master -> 08a5feb1ee327d086467cb07e9497ab28819398c

lotharsm serra at scummvm.org
Mon Apr 29 21:10:49 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
08a5feb1ee GUI: Add "Summary" to bug reports generated by the unknown game dialog


Commit: 08a5feb1ee327d086467cb07e9497ab28819398c
    https://github.com/scummvm/scummvm/commit/08a5feb1ee327d086467cb07e9497ab28819398c
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-04-29T21:10:12+02:00

Commit Message:
GUI: Add "Summary" to bug reports generated by the unknown game dialog

Changed paths:
    gui/unknown-game-dialog.cpp


diff --git a/gui/unknown-game-dialog.cpp b/gui/unknown-game-dialog.cpp
index c6c6887..963abc6 100644
--- a/gui/unknown-game-dialog.cpp
+++ b/gui/unknown-game-dialog.cpp
@@ -202,8 +202,10 @@ Common::String UnknownGameDialog::generateBugtrackerURL() {
 	return Common::String::format(
 		"https://www.scummvm.org/unknowngame?"
 		"engine=%s"
+		"&summary=Unknown game variant for %s"
 		"&description=%s",
 		engineName.c_str(),
+		engineName.c_str(),
 		report.c_str());
 }
 





More information about the Scummvm-git-logs mailing list