1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Fix typo in setTitle.

This commit is contained in:
Juliusz Chroboczek 2021-10-26 22:38:05 +02:00
parent de7dc9252f
commit 8135f6b91d

View file

@ -2111,6 +2111,7 @@ function setTitle(title) {
}
if(title)
set(title);
else
set('Galène');
}