added 'education' submenu to fbgm, patch from lam
This commit is contained in:
parent
c065e03889
commit
8c3cfbef7d
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.14:
|
Changes for 0.9.14:
|
||||||
|
*05/08/17
|
||||||
|
* Added the 'Education' submenu to fbgm (thanx Lam)
|
||||||
|
fluxbox-generate_menu.in
|
||||||
*05/08/15
|
*05/08/15
|
||||||
* Added uk_UA locales (Thanks Anatoli Sakhnik and php-coder)
|
* Added uk_UA locales (Thanks Anatoli Sakhnik and php-coder)
|
||||||
nls/uk_UA/*, configure.in, nls/Makefile.ams
|
nls/uk_UA/*, configure.in, nls/Makefile.ams
|
||||||
|
|
|
@ -570,6 +570,7 @@ BACKGROUNDMENUTITLE='Set the Background'
|
||||||
BROWSERMENU='Browsers'
|
BROWSERMENU='Browsers'
|
||||||
CONFIGUREMENU='Configure'
|
CONFIGUREMENU='Configure'
|
||||||
EDITORMENU='Editors'
|
EDITORMENU='Editors'
|
||||||
|
EDUCATIONMENU='Education'
|
||||||
EXITITEM='Exit'
|
EXITITEM='Exit'
|
||||||
FBSETTINGSMENU='fluxbox menu'
|
FBSETTINGSMENU='fluxbox menu'
|
||||||
FILEUTILSMENU='File utils'
|
FILEUTILSMENU='File utils'
|
||||||
|
@ -1539,6 +1540,13 @@ append_submenu "${EDITORMENU}"
|
||||||
find_it xemacs append "[exec] (xemacs-nw) {${DEFAULT_TERM} -e xemacs -nw}"
|
find_it xemacs append "[exec] (xemacs-nw) {${DEFAULT_TERM} -e xemacs -nw}"
|
||||||
append_menu_end
|
append_menu_end
|
||||||
|
|
||||||
|
append_submenu "${EDUCATIONMENU}"
|
||||||
|
normal_find celestia scilab geomview scigraphica oregano xcircuit electric \
|
||||||
|
pymol chemtool xdrawchem
|
||||||
|
find_it R append "[exec] (R) {${DEFAULT_TERM} -e R --gui=gnome}"
|
||||||
|
cli_find maxima grace yacas octave gnuplot grass coq acl
|
||||||
|
append_menu_end
|
||||||
|
|
||||||
append_submenu "${FILEUTILSMENU}"
|
append_submenu "${FILEUTILSMENU}"
|
||||||
find_it konqueror append "[exec] (konqueror) {kfmclient openProfile filemanagement}"
|
find_it konqueror append "[exec] (konqueror) {kfmclient openProfile filemanagement}"
|
||||||
normal_find gentoo krusader kcommander linuxcmd rox tuxcmd krename xfe xplore
|
normal_find gentoo krusader kcommander linuxcmd rox tuxcmd krename xfe xplore
|
||||||
|
|
Loading…
Reference in a new issue