player: rename dvdnav to discnav

Now, navigation works both of DVD and non-BD-J Blu-ray. Therefore,
rename all 'dvdnav' strings which are not DVD specific to 'discnav'
This commit is contained in:
xylosper
2014-03-30 11:42:49 +09:00
parent f2088c73e3
commit fb47f2f940
11 changed files with 30 additions and 29 deletions

View File

@@ -222,7 +222,7 @@ SOURCES = audio/audio.c \
player/client.c \
player/configfiles.c \
player/command.c \
player/dvdnav.c \
player/discnav.c \
player/loadfile.c \
player/main.c \
player/misc.c \