diff options
author | Torbjörn Andersson | 2012-12-27 22:11:35 +0100 |
---|---|---|
committer | Johannes Schickel | 2013-01-26 13:52:32 +0100 |
commit | c780df51758df99d8eb18513573882a4b1291f21 (patch) | |
tree | 1b7b18966e69d95fff4a9782590aa558375a6fda /dists/bada | |
parent | 45c1296021bc6c0d816d8652f868e3bff49c32e3 (diff) | |
download | scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.tar.gz scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.tar.bz2 scummvm-rg350-c780df51758df99d8eb18513573882a4b1291f21.zip |
GUI: Add "Reset" button to FluidSynth settings dialog
This resets the FluidSynth settings to their default values.
Diffstat (limited to 'dists/bada')
-rw-r--r-- | dists/bada/Res/scummmobile/scummmobile_layout.stx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dists/bada/Res/scummmobile/scummmobile_layout.stx b/dists/bada/Res/scummmobile/scummmobile_layout.stx index c402009e9a..abac4e28a5 100644 --- a/dists/bada/Res/scummmobile/scummmobile_layout.stx +++ b/dists/bada/Res/scummmobile/scummmobile_layout.stx @@ -935,6 +935,9 @@ type = 'PopUp' /> </layout> + <widget name = 'ResetSettings' + type = 'Button' + /> </layout> </dialog> |