msgfmt does not use -c

svn: r1434
This commit is contained in:
Don Allingham 2003-04-10 03:05:22 +00:00
parent 564be1dc34
commit 62360852a9
2 changed files with 2 additions and 2 deletions

View File

@ -653,7 +653,7 @@
<child>
<widget class="button" id="button97">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Make the home person the active person</property>
<property name="tooltip" translatable="yes">Make the Home Person the active person</property>
<property name="label" translatable="yes">Home</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-home</property>

View File

@ -20,4 +20,4 @@ uninstall-local:
SUFFIXES = .po .mo
.po.mo:
${MSGFMT} -v -c $< -o $@
${MSGFMT} -v $< -o $@