[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Patch for m68k boot-floppies



Martin Schulze <joey@finlandia.Infodrom.North.DE> writes:

> > Uh, this line in my sources is:
> > 
> >     { "atari-uk",        MSG_KBD_ATARI_UK            , 0},
> 
> So make this:
> 
> -     { "atari-uk",        MSG_KBD_ATARI_UK            , 0},
> +     { "atari-uk",        MSG_KBD_ATARI_UK            , 0}
> 
> My translation, the text should be found in lang_C.h, should be no problem
> for you.
[...]
> > Likewise, they are using defines here:
> > 
> >     { "mac-us-ext",      MSG_KBD_MAC_US_EXT                , 0},
> >     { "mac-fr2-ext",     MSG_KBD_MAC_FR2_EXT               , 0}
> >   };
> >   int nchoices_mac=3;
> > 
> > So this patch wasn't applied.
> 
> Same as above.
> 
> Make it
> 
> -     { "mac-fr2-ext",     MSG_KBD_MAC_FR2_EXT               , 0}
> +     { "mac-fr2-ext",     MSG_KBD_MAC_FR2_EXT               , 0},
> +     { "mac-de-ext",      MSG_KBD_MAC_DE_EXT                , 0}
> 
> And add MSG_KBD_MAC_DE_EXT to lang_C.h.
> 
> If you promise not to slap me I'll commit MSG_KBD_MAC_DE_EXT to
> lang_de.h.

Geeze, Joey.  :)  I promise.

Go ahead and do it for slink.... I'll roll it forward, if it
matters...

--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: