Fix stupid typo in previous patch :-[

This commit is contained in:
neil%parkwaycc.co.uk 2005-10-28 23:26:25 +00:00
Родитель 8925569dcf
Коммит 73ef4c424b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -306,7 +306,7 @@
#endif
<keyset id="mailKeys">
<key id="space" key=" " modifiers="space any" oncommand="SpaceHit(event);"/>
<key id="space" key=" " modifiers="shift any" oncommand="SpaceHit(event);"/>
<!-- File Menu -->
<key id="key_close"/>

Просмотреть файл

@ -312,7 +312,7 @@
</commandset>
<keyset id="mailKeys">
<key id="space" key=" " modifiers="space any" oncommand="SpaceHit(event);"/>
<key id="space" key=" " modifiers="shift any" oncommand="SpaceHit(event);"/>
<!-- File Menu -->
<key id="key_newNavigator"/>