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 &)
|
||||
fi
|
||||
;;
|
||||
po)
|
||||
(poedit "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
||||
;;
|
||||
lyx)
|
||||
lyx "${MC_EXT_FILENAME}"
|
||||
;;
|
||||
|
@ -656,6 +656,10 @@ shell/i/.glade
|
||||
shell/.mo
|
||||
View=%view{ascii} @EXTHELPERSDIR@/misc.sh view mo
|
||||
|
||||
# po
|
||||
shell/.po
|
||||
Open=@EXTHELPERSDIR@/misc.sh open po
|
||||
|
||||
# lyx
|
||||
shell/i/.lyx
|
||||
Open=@EXTHELPERSDIR@/misc.sh open lyx
|
||||
|
Loading…
Reference in New Issue
Block a user