diff options
| author | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-23 15:17:50 +0000 |
|---|---|---|
| committer | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-23 15:17:50 +0000 |
| commit | 1db5c1fb03720f46eeb9dadca1f41413205a4967 (patch) | |
| tree | 748c26d95b65ec495cc9dcd0229a684579679f9f /muggle-plugin/gd_content_interface.h | |
| parent | eb5af7f098cd73b874716591e57a07bb97c91d82 (diff) | |
| download | vdr-plugin-muggle-1db5c1fb03720f46eeb9dadca1f41413205a4967.tar.gz vdr-plugin-muggle-1db5c1fb03720f46eeb9dadca1f41413205a4967.tar.bz2 | |
- first i18n attempt
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@42 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/gd_content_interface.h')
| -rw-r--r-- | muggle-plugin/gd_content_interface.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/muggle-plugin/gd_content_interface.h b/muggle-plugin/gd_content_interface.h index ce86163..c572c75 100644 --- a/muggle-plugin/gd_content_interface.h +++ b/muggle-plugin/gd_content_interface.h @@ -3,10 +3,10 @@ * \brief Data Objects for content (e.g. mp3 files, movies) * for the vdr muggle plugindatabase ******************************************************************** - * \version $Revision: 1.5 $ - * \date $Date: 2004/02/12 09:15:07 $ + * \version $Revision: 1.6 $ + * \date $Date: 2004/02/23 15:41:21 $ * \author Ralf Klueber, Lars von Wedel, Andreas Kellner - * \author file owner: $Author: LarsAC $ + * \author file owner: $Author: RaK $ * * Declares main classes of for content items and interfaces to SQL databases * @@ -31,6 +31,8 @@ #include "mg_media.h" #include "mg_filters.h" +#include "i18n.h" + // non-member function int GdInitDatabase(MYSQL *db); std::vector<std::string> *GdGetStoredPlaylists(MYSQL db); @@ -219,6 +221,9 @@ public: /* -------------------- begin CVS log --------------------------------- * $Log: gd_content_interface.h,v $ + * Revision 1.6 2004/02/23 15:41:21 RaK + * - first i18n attempt + * * Revision 1.5 2004/02/12 09:15:07 LarsAC * Moved filter classes into separate files * |
