changelog had wrong name, default was from old patch
This commit is contained in:
parent
28837ee6e1
commit
93e30412af
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.15:
|
||||
*05/11/16:
|
||||
* Added overlayStyle resource to init-file (Mathias)
|
||||
session.overlayStyle : ~/.fluxbox/overlay
|
||||
* Added styleOverlay resource to init-file (Mathias)
|
||||
session.styleOverlay: ~/.fluxbox/overlay
|
||||
Style settings in this file override any settings from a
|
||||
regular style
|
||||
fluxbox.hh/cc Screen.cc FbCommands.cc FbTk/Theme.hh/cc
|
||||
|
|
|
@ -205,7 +205,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
|
|||
m_rc_numlayers(m_resourcemanager, 13, "session.numLayers", "Session.NumLayers"),
|
||||
m_rc_double_click_interval(m_resourcemanager, 250, "session.doubleClickInterval", "Session.DoubleClickInterval"),
|
||||
m_rc_stylefile(m_resourcemanager, DEFAULTSTYLE, "session.styleFile", "Session.StyleFile"),
|
||||
m_rc_styleoverlayfile(m_resourcemanager, "~/.fluxbox/ovrd_style", "session.styleOverlay", "Session.StyleOverlay"),
|
||||
m_rc_styleoverlayfile(m_resourcemanager, "~/.fluxbox/overlay", "session.styleOverlay", "Session.StyleOverlay"),
|
||||
m_rc_menufile(m_resourcemanager, DEFAULTMENU, "session.menuFile", "Session.MenuFile"),
|
||||
m_rc_keyfile(m_resourcemanager, DEFAULTKEYSFILE, "session.keyFile", "Session.KeyFile"),
|
||||
m_rc_slitlistfile(m_resourcemanager, "~/.fluxbox/slitlist", "session.slitlistFile", "Session.SlitlistFile"),
|
||||
|
|
Loading…
Reference in a new issue