mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
strings: Add translated File Filters for Images
This commit is contained in:
parent
f327f4ccc6
commit
cfaa7eb1b9
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ MipGenerator.Smoothen="Smoothen"
|
|||
MipGenerator.Bicubic="Bicubic"
|
||||
MipGenerator.Lanczos="Lanczos"
|
||||
MipGenerator.Strength="Strength"
|
||||
FileFilters.Images="Images (*.bmp *.png *.tga *.tiff *.jpg *.jpeg)"
|
||||
|
||||
# Custom Shader
|
||||
CustomShader.Type="Type"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#define P_DESC(x) x ".Description"
|
||||
|
||||
#define S_ADVANCED "Advanced"
|
||||
#define S_FILEFILTERS_IMAGES "FileFilters.Images"
|
||||
|
||||
namespace strings {
|
||||
static const char* Advanced = "Advanced";
|
||||
|
|
Loading…
Reference in a new issue