Very tiny documentation revision.

Fixed code so it can be compiled on SunStudio without errors.
This commit is contained in:
Sanel Zukan
2009-03-30 15:17:00 +00:00
parent 43e887c41d
commit e8c8485097
15 changed files with 54 additions and 99 deletions

View File

@@ -44,7 +44,7 @@ Fl_Menu_Item menu_timeFormat[] = {
{0}
};
static Fl_Pixmap image_world(world2_xpm);
static Fl_Pixmap image_world((const char**)world2_xpm);
Fl_Choice* timeZonesList=(Fl_Choice *)0;
Fl_Button* applyButton;