Re: [bme-develop] emoticon code in cvs
Status: Planning
Brought to you by:
sirmik
|
From: Simon T. <sim...@ga...> - 2004-04-05 11:05:56
|
> Hi guys!, > > >You only commited Bme.proj, iconprefs.txt and constats.h > >If you wanted to commit the StringTokenizer an IconManger code you > >first have to add to the repository and the do the commit. > > > They should be in the repository now...hope it worked :D Got the files, but it doesn't compile: had to change line 55 in IconManager.cpp, from: BBitmap *emoticon = manager->findEmoticon(&subString); to Emoticon *emoticon = manager->findEmoticon(&subString); Haven't really looked at the code yet. |