提交 269a91f5 编写于 作者: J jp9000

Give the 'add source' popup the 'Add' title

This allows the popup to be appended directly as an item for other
popups.
上级 3f262b8a
......@@ -1290,7 +1290,7 @@ QMenu *OBSBasic::CreateAddSourcePopupMenu()
bool foundValues = false;
size_t idx = 0;
QMenu *popup = new QMenu;
QMenu *popup = new QMenu(QTStr("Add"));
while (obs_enum_input_types(idx++, &type)) {
const char *name = obs_source_getdisplayname(
OBS_SOURCE_TYPE_INPUT, type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册