Q: I see the text 'hardcoded' on random places.
A: This is because your config.h was edited by you or someone else (or maybe by
   a program). If config.h doesn't contain PACKAGE and VERSION macros, they
	 default to a hardcoded value, defined in botcommander.h
	 Try to replace your config.h with the original one or place the PACKAGE and
	 VERSION macros into your own, and recompile BotCommander.

Q: I made a config file by hand, written "background_saturation = 0.2", but the
   background is not transparent at all.
A: This is because BotCommander uses NLS, and in your country (like in mine) you
	 write "0,2" instead of "0.2". Do it so in your config-file. It's not my idea,
	 this is Anjuta's standard behaviour, but I like it. If you don't, please tell
	 me, and I'll try to fix it.
