提交 07d099bd 编写于 作者: J jp9000

text-freetype2: Localize text file path filter

上级 19b82af4
Font="Font"
Text="Text"
TextFile="Text File (UTF-8 or UTF-16)"
TextFileFilter="Text Files (*.txt);;"
ChatLogMode="Chat log mode (last 6 lines)"
Color1="Color 1"
Color2="Color 2"
......
......@@ -112,7 +112,7 @@ static obs_properties_t ft2_source_properties(void)
obs_properties_add_path(props,
"text_file", obs_module_text("TextFile"),
OBS_PATH_FILE, "Text Files (*.txt);;", NULL);
OBS_PATH_FILE, obs_module_text("TextFileFilter"), NULL);
obs_properties_add_color(props, "color1",
obs_module_text("Color1"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册