strings: Fix alignment

This commit is contained in:
Michael Fabian Dirks 2017-06-29 03:41:48 +02:00
parent 92c4438a55
commit cde09ce068
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
#pragma once
#include "plugin.h"
#define P_TRANSLATE(x) obs_module_text(x)
#define P_TRANSLATE(x) obs_module_text(x)
#define P_DESC(x) x ".Description"