add -singleInstance support to 'stand-alone' executables
svn: r5737
This commit is contained in:
parent
0d3c91e1d6
commit
4efb85fb46
|
@ -78,6 +78,7 @@ static X_flag_entry X_flags[] = {
|
||||||
{ "-title", 1 },
|
{ "-title", 1 },
|
||||||
{ "-xnllanguage", 1 },
|
{ "-xnllanguage", 1 },
|
||||||
{ "-xrm", 1 },
|
{ "-xrm", 1 },
|
||||||
|
{ "-singleInstance", 0 },
|
||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user