Browse Source

Bug fix: Wrong random seed file default extension

Source commit: 66e09ab610717509b13cd5eb46eb5684ff422aef
Martin Prikryl 8 years ago
parent
commit
e0374766bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/Preferences.dfm

+ 1 - 1
source/forms/Preferences.dfm

@@ -1764,7 +1764,7 @@ object PreferencesDialog: TPreferencesDialog
             OnBeforeDialog = PathEditBeforeDialog
             OnAfterDialog = PathEditAfterDialog
             DialogKind = dkSave
-            DefaultExt = 'log'
+            DefaultExt = 'rnd'
             Filter = 'Random seed files (*.rnd)|*.rnd|All files (*.*)|*.*'
             DialogOptions = [ofHideReadOnly, ofPathMustExist]
             DialogTitle = 'Select file for random seed'