mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 18:13:23 +00:00
Liens
This commit is contained in:
parent
ba94a98fda
commit
dd1f79b7d0
3 changed files with 14 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ namespace AideDeJeu.Tools
|
|||
{
|
||||
id += '-';
|
||||
}
|
||||
else if(c== '\'' || c == '/' || c == '(' || c ==')')
|
||||
else if(c== '\'' || c == '/' || c == '(' || c ==')' || c == ':')
|
||||
{
|
||||
// vide
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue