mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
* Makefile.in.in: look for Toolbar entries, not for Toolbars
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15717 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ac1dcef5d0
commit
4a0b04d4c2
@ -479,7 +479,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui
|
||||
printf("#: %s:%d\nmsgid \"%s\"\nmsgstr \"\"\n\n", \
|
||||
fixupfilename(), FNR, line); \
|
||||
} \
|
||||
/^[^#]*Toolbar/ { \
|
||||
/^[^#]*Toolbar[^s]/ { \
|
||||
line=$$0; \
|
||||
sub(/[^"]*"/, "", line); \
|
||||
sub(/".*/, "", line); \
|
||||
|
Loading…
Reference in New Issue
Block a user