mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add GTK stock icon support for RELOAD
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10377 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46c60bbe8e
commit
a97abdf7d5
@ -86,6 +86,7 @@ Gtk::BuiltinStockID getGTKStockIcon(FuncRequest const & func)
|
||||
case LFUN_MENUWRITE: return Gtk::Stock::SAVE;
|
||||
case LFUN_MENUNEW: return Gtk::Stock::NEW;
|
||||
case LFUN_WRITEAS: return Gtk::Stock::SAVE_AS;
|
||||
case LFUN_MENURELOAD: return Gtk::Stock::REVERT_TO_SAVED;
|
||||
case LFUN_CENTER: return Gtk::Stock::JUSTIFY_CENTER;
|
||||
case LFUN_TOCVIEW: return Gtk::Stock::INDEX;
|
||||
case LFUN_CLOSEBUFFER: return Gtk::Stock::CLOSE;
|
||||
|
Loading…
Reference in New Issue
Block a user