Browse Source

some typo

merge-requests/365/head
tedjk 11 years ago
parent
commit
242a2c6556
  1. 2
      juci/notebook.cc

2
juci/notebook.cc

@ -25,7 +25,7 @@ Notebook::Controller::Controller(Gtk::Window* window, Keybindings::Controller& k
ispopup = false; ispopup = false;
view().pack1(directories_.widget(), true, true); view().pack1(directories_.widget(), true, true);
CreateKeybindings(keybindings); CreateKeybindings(keybindings);
INFO("Notebook Controller Sucsess"); INFO("Notebook Controller Success");
} // Constructor } // Constructor

Loading…
Cancel
Save