[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bean: current problems
From: |
Eric Wasylishen |
Subject: |
Re: Bean: current problems |
Date: |
Tue, 13 Mar 2012 15:33:05 -0600 |
Hi Riccardo,
Try editing
-[NSBundle localizedStringForKey:value:table:]
and insert:
if ([key isEqual: @"toolbar label:"])
{
NSLog(@"requested toolbar label…");
}
at the top of the method, then set a breakpoint on the line number of that
NSLog. See what happens next.
(maybe there is a way to do that in gdb without editing NSBundle.m, but this is
easy enough.)
Eric
On 2012-03-13, at 8:15 AM, Riccardo Mottola wrote:
> Hi,
>>> 3) the toolbar items look strange. I don't think they need to have
>>> "toolbar label:" in the description
>>
>> Not visible on my machine. See screen shot.
>
> I just rebuilt Bean from scratch on my laptop. I still get those weird labels.
>
> I built bean with the new buildtool, which apparently has a bug and doesn't
> copy any of the nib files. I did copy them in the "Resources" directory,
> without creating the "English" project directory.
>
> Ho do you have it laid out? Perhaps it affects that. I don't know.
>
> Riccardo
>
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep