/[xforms]/xforms/fdesign/fd_main.c
ViewVC logotype

Diff of /xforms/fdesign/fd_main.c

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

revision 1.5 by leeming, Thu Apr 24 09:35:33 2003 UTC revision 1.6 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 465  lang_val(const char *s) Line 465  lang_val(const char *s)
465    
466      for (i = 1; i < MAX_CONVERTOR; i++)      for (i = 1; i < MAX_CONVERTOR; i++)
467          if (strcasecmp(s, convertor[i].lang_name) == 0 ||          if (strcasecmp(s, convertor[i].lang_name) == 0 ||
468              strncmp(s, convertor[i].lang_name, 3) == 0)         /* compatibility              strncmp(s, convertor[i].lang_name, 3) == 0)         /* compatibility
469    
470    
471    
# Line 581  pre_connect(int ac, char *av[]) Line 581  pre_connect(int ac, char *av[])
581    
582      if (fdopt.conv_only)      if (fdopt.conv_only)
583      {      {
584          fl_set_app_name(av[0], "Fdesign");      /* resource routine want this          fl_set_app_name(av[0], "Fdesign");      /* resource routine want this
585    
586    
587    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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