/[gtktalog]/gtktalog/src/gtktalog/loadcat.c
ViewVC logotype

Diff of /gtktalog/src/gtktalog/loadcat.c

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

revision 1.51 by ymettier, Tue Apr 30 12:51:38 2002 UTC revision 1.51.2.1 by ymettier, Sun Aug 17 14:18:23 2003 UTC
# Line 419  load_all_from_file (char *filename, FOLD Line 419  load_all_from_file (char *filename, FOLD
419        if (merge)        if (merge)
420          {          {
421            ERROR_DIALOG (_            ERROR_DIALOG (_
422                          ("You can only merge catalogs generated with gtktalog version >= 0.10.1"),                          ("You can only merge catalogs generated with GTKtalog version >= 0.10.1"),
423                          main_window);                          main_window);
424            return (-1);            return (-1);
425          }          }
# Line 433  load_all_from_file (char *filename, FOLD Line 433  load_all_from_file (char *filename, FOLD
433            WARNING_DIALOG (_            WARNING_DIALOG (_
434                            ("Warning: You are trying to load an a catalog saved in an old format.\n"                            ("Warning: You are trying to load an a catalog saved in an old format.\n"
435                             "This will work now, but the code for loading an old catalog will not be maintained.\n"                             "This will work now, but the code for loading an old catalog will not be maintained.\n"
436                             "It should not stay in gtktalog for a long time, "                             "It should not stay in GTKtalog for a long time, "
437                             "so do not forget to save your converted catalogs.\n"                             "so do not forget to save your converted catalogs.\n"
438                             "However, a converter exists and will be maintained in case "                             "However, a converter exists and will be maintained in case "
439                             "you had forgotten to convert a catalog"),                             "you had forgotten to convert a catalog"),
# Line 459  load_all_from_file (char *filename, FOLD Line 459  load_all_from_file (char *filename, FOLD
459            ERROR_DIALOG (_            ERROR_DIALOG (_
460                          ("File seems to have been generated with a version older "                          ("File seems to have been generated with a version older "
461                           "than 0.1.0 of GTKtalog. Formats are incompatible.\n"                           "than 0.1.0 of GTKtalog. Formats are incompatible.\n"
462                           "Try `./configure --enable-catalog2' then recompile gtktalog. "                           "Try `./configure --enable-catalog2' then recompile GTKtalog. "
463                           "Or use the converter!"), main_window);                           "Or use the converter!"), main_window);
464            return (-1);            return (-1);
465    
# Line 501  load_all_from_file (char *filename, FOLD Line 501  load_all_from_file (char *filename, FOLD
501        if (merge)        if (merge)
502          {          {
503            ERROR_DIALOG (_            ERROR_DIALOG (_
504                          ("You can only merge catalogs generated with gtktalog version >= 0.10.1"),                          ("You can only merge catalogs generated with GTKtalog version >= 0.10.1"),
505                          main_window);                          main_window);
506            return (-1);            return (-1);
507          }          }
# Line 512  load_all_from_file (char *filename, FOLD Line 512  load_all_from_file (char *filename, FOLD
512            WARNING_DIALOG (_            WARNING_DIALOG (_
513                            ("Warning: You are trying to load an a catalog saved in an old format.\n"                            ("Warning: You are trying to load an a catalog saved in an old format.\n"
514                             "This will work now, but the code for loading an old catalog will not be maintained.\n"                             "This will work now, but the code for loading an old catalog will not be maintained.\n"
515                             "It should not stay in gtktalog for a long time, "                             "It should not stay in GTKtalog for a long time, "
516                             "so do not forget to save your converted catalogs."),                             "so do not forget to save your converted catalogs."),
517                            main_window);                            main_window);
518  #else  #else
# Line 521  load_all_from_file (char *filename, FOLD Line 521  load_all_from_file (char *filename, FOLD
521            ERROR_DIALOG (_            ERROR_DIALOG (_
522                          ("File seems to have been generated with a version older "                          ("File seems to have been generated with a version older "
523                           "than 0.10.1 of GTKtalog. Formats are incompatibles.\n"                           "than 0.10.1 of GTKtalog. Formats are incompatibles.\n"
524                           "Try `./configure --enable-catalog3' then recompile gtktalog "),                           "Try `./configure --enable-catalog3' then recompile GTKtalog "),
525                          main_window);                          main_window);
526            return (-1);            return (-1);
527  #endif  #endif

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.51.2.1

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