mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Remove debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ee60cb738
commit
068e2cfb25
@ -1,3 +1,7 @@
|
||||
2001-03-12 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* Menubar_pimpl.C (add_toc): Remove debug message.
|
||||
|
||||
2001-03-09 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* Makefile.am:
|
||||
|
@ -381,7 +381,6 @@ void Menubar::Pimpl::add_toc(int menu, string const & extra_label,
|
||||
label = limit_string_length(label);
|
||||
label += "%x" + tostr(action + action_offset);
|
||||
fl_addtopup(menu2, label.c_str());
|
||||
lyxerr << "[" << cit->first << "] " << label << endl;
|
||||
}
|
||||
string const m = cit->first + "%m";
|
||||
fl_addtopup(menu, m.c_str(), menu2);
|
||||
|
Loading…
Reference in New Issue
Block a user