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

This allows the popup to be appended directly as an item for other
popups.
This commit is contained in:
jp9000
2014-06-29 18:43:54 -07:00
parent 3f262b8a4a
commit 269a91f522
+1 -1
View File
@@ -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);