mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '3287_poedit'
* 3287_poedit: Ticket #3287: bind poedit to Edit action for .po files.
This commit is contained in:
commit
176183a402
@ -75,6 +75,9 @@ do_open_action() {
|
|||||||
(glade-2 "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
(glade-2 "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
po)
|
||||||
|
(poedit "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
||||||
|
;;
|
||||||
lyx)
|
lyx)
|
||||||
lyx "${MC_EXT_FILENAME}"
|
lyx "${MC_EXT_FILENAME}"
|
||||||
;;
|
;;
|
||||||
|
@ -656,6 +656,10 @@ shell/i/.glade
|
|||||||
shell/.mo
|
shell/.mo
|
||||||
View=%view{ascii} @EXTHELPERSDIR@/misc.sh view mo
|
View=%view{ascii} @EXTHELPERSDIR@/misc.sh view mo
|
||||||
|
|
||||||
|
# po
|
||||||
|
shell/.po
|
||||||
|
Open=@EXTHELPERSDIR@/misc.sh open po
|
||||||
|
|
||||||
# lyx
|
# lyx
|
||||||
shell/i/.lyx
|
shell/i/.lyx
|
||||||
Open=@EXTHELPERSDIR@/misc.sh open lyx
|
Open=@EXTHELPERSDIR@/misc.sh open lyx
|
||||||
|
Loading…
Reference in New Issue
Block a user