diff options
author | frosch <frosch@openttd.org> | 2013-05-26 19:27:44 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-05-26 19:27:44 +0000 |
commit | ed851034f50d4a6614c40bdc45bd651fc1cf0a74 (patch) | |
tree | a833df0c25b4d30bea3ef39445668841808ba922 /src/table | |
parent | 23ba42b66ccf915230cab163cdeca19db6e95f76 (diff) | |
download | openttd-ed851034f50d4a6614c40bdc45bd651fc1cf0a74.tar.xz |
(svn r25292) -Feature: Save stickyness of windows when Ctrl+Clicking the sticky button.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/window_settings.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/table/window_settings.ini b/src/table/window_settings.ini index 766ab5b5b..e57c1c4b0 100644 --- a/src/table/window_settings.ini +++ b/src/table/window_settings.ini @@ -32,6 +32,10 @@ cat = SC_ADVANCED +[SDT_BOOL] +var = pref_sticky +def = false + [SDT_END] }; |