diff --git a/po/de.po b/po/de.po index 7791d1c..65fa764 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-03 05:29+0100\n" +"POT-Creation-Date: 2011-03-03 05:32+0100\n" "PO-Revision-Date: 2010-03-29 23:28+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: English\n" @@ -512,7 +512,7 @@ msgstr "" msgid "Usage: browser [directory...]\n" msgstr "Usage: browser [Ordner...]\n" -#: ../src/mime.c:81 +#: ../src/mime.c:86 msgid "Could not load MIME globs" msgstr "" diff --git a/po/es.po b/po/es.po index bbd3763..9e511de 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-03 05:29+0100\n" +"POT-Creation-Date: 2011-03-03 05:32+0100\n" "PO-Revision-Date: 2010-03-30 01:04+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Spanish\n" @@ -512,7 +512,7 @@ msgstr "" msgid "Usage: browser [directory...]\n" msgstr "" -#: ../src/mime.c:81 +#: ../src/mime.c:86 msgid "Could not load MIME globs" msgstr "" diff --git a/po/fr.po b/po/fr.po index a787e18..5b0b360 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-03 05:29+0100\n" +"POT-Creation-Date: 2011-03-03 05:32+0100\n" "PO-Revision-Date: 2010-03-29 23:28+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: French\n" @@ -540,7 +540,7 @@ msgstr " fichier(s) ?" msgid "Usage: browser [directory...]\n" msgstr "Usage: browser [dossier...]\n" -#: ../src/mime.c:81 +#: ../src/mime.c:86 msgid "Could not load MIME globs" msgstr "Impossible de charger les infos MIME" diff --git a/po/it.po b/po/it.po index 7287cda..022e11f 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Browser 0.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-03 05:29+0100\n" +"POT-Creation-Date: 2011-03-03 05:32+0100\n" "PO-Revision-Date: 2010-04-07 23:18+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: Italian\n" @@ -512,7 +512,7 @@ msgstr "" msgid "Usage: browser [directory...]\n" msgstr "" -#: ../src/mime.c:81 +#: ../src/mime.c:86 msgid "Could not load MIME globs" msgstr "" diff --git a/src/browser.h b/src/browser.h index 78d3986..7f769d8 100644 --- a/src/browser.h +++ b/src/browser.h @@ -20,6 +20,7 @@ # include # include +# include # include "mime.h" diff --git a/src/mime.c b/src/mime.c index bc5d683..2d2ef66 100644 --- a/src/mime.c +++ b/src/mime.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "mime.h" #include "../config.h" #define _(string) gettext(string) @@ -50,6 +51,10 @@ struct _Mime }; +/* constants */ +#define MIME_CONFIG_FILE ".mime" + + /* public */ /* functions */ /* mime_new */ diff --git a/src/mime.h b/src/mime.h index 27db93e..b7b1300 100644 --- a/src/mime.h +++ b/src/mime.h @@ -18,11 +18,8 @@ #ifndef BROWSER_MIME_H # define BROWSER_MIME_H -# include # include -# define MIME_CONFIG_FILE ".mime" - /* Mime */ /* types */