diff options
author | Lothar Serra Mari | 2018-04-15 18:10:09 +0200 |
---|---|---|
committer | Thierry Crozat | 2018-04-29 21:47:10 +0100 |
commit | 4220e14522c69205e08de8c2676b6fdc858e5a42 (patch) | |
tree | 8e0ffea33de27b1a32ea26eff39fd8e24bf0c17a /po/POTFILES | |
parent | 05c1e593c03a2298c50f55b58ef48d70a9ce9b6d (diff) | |
download | scummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.tar.gz scummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.tar.bz2 scummvm-rg350-4220e14522c69205e08de8c2676b6fdc858e5a42.zip |
ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI
dialog that appears when an unknown game is detected.
Features:
- Allows copying the data collected by game detector to the clipboard
- Allows opening the bug tracker and pre-filling the form fiels
This closes https://bugs.scummvm.org/ticket/10435.
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES b/po/POTFILES index ac4866032e..451db749a3 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -35,6 +35,7 @@ common/updates.cpp engines/advancedDetector.cpp engines/dialogs.cpp engines/engine.cpp +engines/unknown-game-dialog.cpp audio/adlib.cpp audio/fmopl.cpp |