]> git.sesse.net Git - vlc/commit
vlc_config_set: use dgettext() explicitly
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 21 May 2008 15:55:16 +0000 (18:55 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 21 May 2008 15:55:26 +0000 (18:55 +0300)
commit76774f676dbb8cebd0dc65bfc35eac4986fee104
tree6b7d7c7184c4748fc3146af8d16c8a9ae92df351
parent2123e7c23fe7879ed1ddc4efcedcf6da5d16a7f8
vlc_config_set: use dgettext() explicitly

This is a cosmetic change at this point as _() invokes dgettext(). This
is just a small step toward supporting out-of-tree plugins. These will
need to use their own text domain.
src/modules/entry.c