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