Fixed Trajce Nikolov name reversal.
This commit is contained in:
parent
93b13c0854
commit
56aaf2fa6a
@ -1,6 +1,6 @@
|
||||
OpenSceneGraph Library 1.1
|
||||
|
||||
202 Contributors:
|
||||
201 Contributors:
|
||||
|
||||
Firstname Surname
|
||||
-----------------
|
||||
@ -18,8 +18,8 @@ Tree
|
||||
Paul Martz
|
||||
Eric Wing
|
||||
Norman Vine
|
||||
Pavel Moloshtan
|
||||
Trajce Nikolov
|
||||
Pavel Moloshtan
|
||||
Tom Jolley
|
||||
Alberto Farre
|
||||
Ruben Lopez
|
||||
@ -139,7 +139,6 @@ Reinhard Sainitzer
|
||||
Qing Shen
|
||||
Philipp Siemoleit
|
||||
Paul Fredrikson
|
||||
Nikolov Trajce
|
||||
Nicolas Brodu
|
||||
Nathan Cournia
|
||||
Morné Pistorius
|
||||
|
@ -332,6 +332,11 @@ void nameCorrection(NamePair& name)
|
||||
name.first = "Colin";
|
||||
name.second = "McDonald";
|
||||
}
|
||||
if (name.first=="Nikolov" && name.second=="Trajce")
|
||||
{
|
||||
name.first = "Trajce";
|
||||
name.second = "Nikolov";
|
||||
}
|
||||
}
|
||||
|
||||
void lastValidCharacter(const std::string& name, unsigned int& pos,char c)
|
||||
|
Loading…
Reference in New Issue
Block a user