/[xforms]/xforms/lib/goodie_alert.c
ViewVC logotype

Diff of /xforms/lib/goodie_alert.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Tue Apr 15 19:14:16 2003 UTC revision 1.4 by leeming, Thu Apr 17 09:04:57 2003 UTC
# Line 106  fl_show_alert(const char *title, const c Line 106  fl_show_alert(const char *title, const c
106      fl_handle_goodie_font(fd_alert->but, fd_alert->str);      fl_handle_goodie_font(fd_alert->but, fd_alert->str);
107    
108      fl_set_object_label(fd_alert->title, title);      fl_set_object_label(fd_alert->title, title);
109      snprintf(buf,sizeof(buf),"%s\n%s", (str1?str1:""),(str2?str2:""));      fl_snprintf(buf,sizeof(buf),"%s\n%s", (str1?str1:""),(str2?str2:""));
110      fl_set_object_label(fd_alert->str, buf);      fl_set_object_label(fd_alert->str, buf);
111    
112      if (!fd_alert->form->visible)      if (!fd_alert->form->visible)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26