*** empty log message ***

This commit is contained in:
Elias Naur 2003-08-19 19:35:22 +00:00
parent 61305f4107
commit 16ea129071

View file

@ -359,7 +359,7 @@ public class Keyboard {
assert created : "The keyboard has not been created.";
assert readBuffer != null : "Keyboard buffering has not been enabled.";
translationEnabled = nEnableTranslation();
translationEnabled = nEnableTranslation();
return translationEnabled;
}