Commit 1f9e1008 authored by Clément Stenac's avatar Clément Stenac

Do not translate wizard strings, and stop ignoring old win32 gui plugin

parent 2b208ebc
...@@ -372,7 +372,7 @@ then ...@@ -372,7 +372,7 @@ then
echo "" >> po/POTFILES.in echo "" >> po/POTFILES.in
echo "# modules" >> po/POTFILES.in echo "# modules" >> po/POTFILES.in
find modules -name '*.[chm]' -o -name '*.[ch]pp' \ find modules -name '*.[chm]' -o -name '*.[ch]pp' \
| grep -v '\(gui/win32/\|\.moc\.\|gui/gtk2/\)' \ | grep -v '\(gui/wxwindows/wizard\|\.moc\.\|gui/gtk2/\)' \
| sort >> po/POTFILES.in | sort >> po/POTFILES.in
# clean old potfiles # clean old potfiles
cd po cd po
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment