diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index c217a40..8bc194e 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.cc,v 1.260 2004/10/19 09:01:49 akir Exp $ | 25 | // $Id: fluxbox.cc,v 1.261 2004/10/19 17:23:08 akir Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -218,7 +218,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
218 | m_rc_keyfile(m_resourcemanager, DEFAULTKEYSFILE, "session.keyFile", "Session.KeyFile"), | 218 | m_rc_keyfile(m_resourcemanager, DEFAULTKEYSFILE, "session.keyFile", "Session.KeyFile"), |
219 | m_rc_slitlistfile(m_resourcemanager, "", "session.slitlistFile", "Session.SlitlistFile"), | 219 | m_rc_slitlistfile(m_resourcemanager, "", "session.slitlistFile", "Session.SlitlistFile"), |
220 | m_rc_groupfile(m_resourcemanager, "", "session.groupFile", "Session.GroupFile"), | 220 | m_rc_groupfile(m_resourcemanager, "", "session.groupFile", "Session.GroupFile"), |
221 | m_rc_appsfile(m_resourcemanager, "", "session.appsFile", "Session.AppsFile"), | 221 | m_rc_appsfile(m_resourcemanager, "~/.fluxbox/apps", "session.appsFile", "Session.AppsFile"), |
222 | m_rc_titlebar_left(m_resourcemanager, | 222 | m_rc_titlebar_left(m_resourcemanager, |
223 | TitlebarList(&s_titlebar_left[0], &s_titlebar_left[1]), | 223 | TitlebarList(&s_titlebar_left[0], &s_titlebar_left[1]), |
224 | "session.titlebar.left", "Session.Titlebar.Left"), | 224 | "session.titlebar.left", "Session.Titlebar.Left"), |