use stringshare since this variable is used with stringshare now

SVN revision: 32641
This commit is contained in:
Sebastian Dransfeld 2007-11-12 21:17:53 +00:00
parent 7c7ad7282a
commit 8edc7a799c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct _Config
{
double zoom;
int penguins_count;
char *theme;
const char *theme;
int alpha;
};