Typo (Re: [Scribus] Automatic Page numbering ?)
Peter Linnell
scribusdocs
Wed Aug 13 17:31:43 CEST 2003
On Tue, 2003-08-12 at 20:09, Thorsten Becker wrote:
<snip>
>
> It could be a typo in the scribus.cpp that causes the bug:
> Line 1162 is
> if (((kk + KeyMod) == Prefs.KeyActions[67].KeyID) || ((kk + KeyMod) ==
> Prefs.KeyActions[67].KeyID))
>
> but should be
> if (((kk + KeyMod) == Prefs.KeyActions[60].KeyID) || ((kk + KeyMod) ==
> Prefs.KeyActions[67].KeyID))
>
> HTH
> Thorsten
>
This seems to fix the problem.
Thanks,
Peter
More information about the scribus
mailing list