mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed non-implemented things, for now...
This commit is contained in:
parent
785d499b30
commit
c7ec90a607
@ -85,12 +85,6 @@ static void icons_conf_cb(Fl_Widget*, void*);
|
|||||||
edelib::MenuItem desktop_menu[] = {
|
edelib::MenuItem desktop_menu[] = {
|
||||||
{_("Create &launcher..."), 0, 0},
|
{_("Create &launcher..."), 0, 0},
|
||||||
{_("Create &folder..."), 0, 0, 0, FL_MENU_DIVIDER},
|
{_("Create &folder..."), 0, 0, 0, FL_MENU_DIVIDER},
|
||||||
{_("&Arrange"), 0, 0, 0, FL_SUBMENU | FL_MENU_DIVIDER},
|
|
||||||
{_("&Vertical line up"), 0, 0},
|
|
||||||
{_("&Horizontal line up"), 0, 0},
|
|
||||||
{0},
|
|
||||||
{_("&Copy"), 0, 0},
|
|
||||||
{_("&Paste"), 0, 0, 0, FL_MENU_DIVIDER},
|
|
||||||
{_("&Icons settings..."), 0, icons_conf_cb, 0},
|
{_("&Icons settings..."), 0, icons_conf_cb, 0},
|
||||||
{_("&Background..."), 0, background_conf_cb, 0},
|
{_("&Background..."), 0, background_conf_cb, 0},
|
||||||
{0}
|
{0}
|
||||||
|
Loading…
Reference in New Issue
Block a user