Fix translations for MixerWindow

This commit is contained in:
Pierre Pronchery 2018-01-14 07:02:10 +01:00
parent 16636aebe9
commit 533c3fc38e

View File

@ -43,7 +43,7 @@ static char _license[] =
#include "callbacks.h"
#include "window.h"
#include "../config.h"
#define _(string) (string)
#define _(string) gettext(string)
#define N_(string) (string)