Browse Source

Minor change

merge-requests/365/head
eidheim 10 years ago
parent
commit
246955d292
  1. 2
      src/window.cc

2
src/window.cc

@ -926,7 +926,7 @@ void Window::set_menu_actions() {
row+=" - "+Glib::Markup::escape_text(frame.function_name);
else {
auto file_path=boost::filesystem::path(frame.file_path).filename().string();
row+="<i>:</i><b>"+Glib::Markup::escape_text(file_path)+":"+std::to_string(frame.line_nr)+"</b> - "+Glib::Markup::escape_text(frame.function_name);
row+=":<b>"+Glib::Markup::escape_text(file_path)+":"+std::to_string(frame.line_nr)+"</b> - "+Glib::Markup::escape_text(frame.function_name);
}
(*rows)[row]=frame;
view->selection_dialog->add_row(row);

Loading…
Cancel
Save