mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
parent
09abbad3d7
commit
11e01d9abc
@ -344,7 +344,7 @@ string ScintillaKeyMap::toString() const
|
|||||||
{
|
{
|
||||||
sc += toString(combo);
|
sc += toString(combo);
|
||||||
if (combo < nbCombos - 1)
|
if (combo < nbCombos - 1)
|
||||||
sc += " or ";
|
sc += " / ";
|
||||||
}
|
}
|
||||||
return sc;
|
return sc;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user