diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:36:29 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:36:29 +0000 |
commit | 71eea8b631b7f2ecdece0c10799759a59606699e (patch) | |
tree | 5608911737448eb0002c10226c1e28d8679a3330 /images | |
parent | ffd48e14bd4e7ab2da6931f1cc85c1e31d688d1f (diff) | |
download | vdr-plugin-live-71eea8b631b7f2ecdece0c10799759a59606699e.tar.gz vdr-plugin-live-71eea8b631b7f2ecdece0c10799759a59606699e.tar.bz2 |
fixed: arrow.png -> arrow.o
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 61ac801..abfd360 100644 --- a/images/Makefile +++ b/images/Makefile @@ -23,7 +23,7 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ reload.o stop.o one_uparrow.o one_downarrow.o tv.o \ remotecontrol.o search.o record_timer.o button_red.o \ button_green.o button_new.o help.o logo_login.o \ - button_yellow.o arrow.png + button_yellow.o arrow.o ### Default rules: |