Fix typo in file name. (#358931)

2006-10-02  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/Makefile.am: Fix typo in file name.  (#358931)
This commit is contained in:
Behdad Esfahbod 2006-10-02 17:16:14 +00:00 committed by Behdad Esfahbod
parent f647f66400
commit ed935c199f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
* gtk/Makefile.am: Fix typo in file name. (#358931)
2006-10-02 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (available_choices):

View File

@ -1104,7 +1104,7 @@ stamp-icons: $(STOCK_ICONS)
&& $(LN_S) gtk-goto-first-ltr.png gtk-goto-last-rtl.png \
&& $(RM) gtk-media-forward-rtl.png \
&& $(LN_S) gtk-media-rewind-ltr.png gtk-media-forward-rtl.png \
&& $(RM) gtk-mdedia-next-rtl.png \
&& $(RM) gtk-media-next-rtl.png \
&& $(LN_S) gtk-media-previous-ltr.png gtk-media-next-rtl.png \
&& $(RM) gtk-media-previous-rtl.png \
&& $(LN_S) gtk-media-next-ltr.png gtk-media-previous-rtl.png \