Fix translations for MixerWindow
This commit is contained in:
parent
16636aebe9
commit
533c3fc38e
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user