mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
strings: Add global id prefix
This commit is contained in:
parent
161f10a921
commit
6ae69a5c71
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue