From bd75087b59c92f3977e4781453765113d075f78b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 6 Apr 2013 19:51:52 +0000 Subject: gui: make FS part of the main window --- src/gui/main-window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/main-window.cc') diff --git a/src/gui/main-window.cc b/src/gui/main-window.cc index c429d753..ea8b94f5 100644 --- a/src/gui/main-window.cc +++ b/src/gui/main-window.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011, Gabriel Dos Reis. +// Copyright (C) 2011-2013, Gabriel Dos Reis. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -55,7 +55,7 @@ namespace OpenAxiom { w->resize(w->size() + diff); } - MainWindow::MainWindow(Command& cmd) : tabs(this) { + MainWindow::MainWindow(Command& cmd) : fs(cmd.root_dir), tabs(this) { setCentralWidget(&tabs); Debate* debate = new Debate(&tabs, cmd); tabs.addTab(debate, "Main Frame"); -- cgit v1.2.3