diff --git a/src/notebook.cc b/src/notebook.cc index 213f1b3..4870f0c 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -233,8 +233,8 @@ void Notebook::open(const boost::filesystem::path &file_path_, size_t notebook_i ++diff; } if (prepend_current_view.empty()) - prepend_current_view = it1->string() + (diff > 0 ? "/.../" : "/"); - update_label(c, it2->string() + (diff > 0 ? "/.../" : "/")); + prepend_current_view = it1->string() + (diff > 0 ? "/…/" : "/"); + update_label(c, it2->string() + (diff > 0 ? "/…/" : "/")); } } update_label(current_view_index, prepend_current_view);