From 6ae69a5c71d0b99a9599e74f453ebce76797f225 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 14 Jun 2020 04:52:59 +0200 Subject: [PATCH] strings: Add global id prefix --- source/strings.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/strings.hpp b/source/strings.hpp index 7f5d511c..c840c356 100644 --- a/source/strings.hpp +++ b/source/strings.hpp @@ -21,6 +21,7 @@ #include "common.hpp" #define PLUGIN_NAME "StreamFX" +#define PREFIX "streamfx-" #define D_TRANSLATE(x) obs_module_text(x) #define D_DESC(x) x ".Description"