Apply patch #1192, fixing bug #13626.

(no option for save deletion confirmation)
This commit is contained in:
Alexander van Gessel 2009-07-15 04:26:17 +01:00
parent 116d3d278a
commit 008449f951
4 changed files with 12 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Version 1.7.1+svn:
org.kde.VisualNotifications DBus service
* Changed "Toggle Full Screen" button to say "Full Screen" (bug #13909)
* Added cost of units recruited, recalled, killed, and lost, to the statistics window (patch #1190)
* Fixed bug #13626: Bug about no option to turn on/off save delete confimation. (patch #1192)
* Miscellaneous and bugfixes:
* Fixed language switch not affecting unit descriptions (bug #13827)
* Fixed teleporting to impassable terrain (bug #13795)

View file

@ -65,6 +65,13 @@
default=yes
[/advanced_preference]
[advanced_preference]
field=ask_delete
name=_"Confirm deleting saves"
type=boolean
default=yes
[/advanced_preference]
[advanced_preference]
field=mouse_scrolling
name=_"Mouse Scrolling"

View file

@ -769,6 +769,9 @@
name = "Burkay Özdemir (Velory)"
comment = "Poisoning improvement for Formula AI"
[/entry]
[entry]
name = "Chris Carpenter (mordocai)"
[/entry]
[entry]
name = "Chris Hopman (cjhopman)"
[/entry]

View file

@ -20,6 +20,7 @@ Version 1.7.1+svn:
* User interface
* Completed campaigns are decorated with a laurel icon.
* Fixed bug #13831: Bug with team labels
* Fixed bug $13626: Bug about no option to turn on/off save delete confimation.
Version 1.7.1: