/[beaver]/beaver/src/filesops.c
ViewVC logotype

Diff of /beaver/src/filesops.c

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

revision 1.4 by skypher, Sun Mar 16 19:04:03 2003 UTC revision 1.5 by mikix, Mon Mar 24 20:06:10 2003 UTC
# Line 682  gboolean question_window_show (gint Curr Line 682  gboolean question_window_show (gint Curr
682    
683    primary = g_strdup_printf (_("Save changes to \"%s\"?"),    primary = g_strdup_printf (_("Save changes to \"%s\"?"),
684           FPROPS(CurrentPage, BaseName));           FPROPS(CurrentPage, BaseName));
685    secondary = g_strdup_printf (_("If you close without saving, changes from the past %s will be discarded."), time_str);    secondary = g_strdup_printf (_("If you close without saving, changes from the last %s will be discarded."), time_str);
686    dialog = alert_new (GTK_WINDOW(MainWindow), GTK_STOCK_DIALOG_WARNING,    dialog = alert_new (GTK_WINDOW(MainWindow), GTK_STOCK_DIALOG_WARNING,
687          primary, secondary);          primary, secondary);
688    gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("_Close without saving"), 1,    gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("Close _without saving"), 1,
689          GTK_STOCK_CANCEL, 2, GTK_STOCK_SAVE, 3, NULL);          GTK_STOCK_CANCEL, 2, GTK_STOCK_SAVE, 3, NULL);
690    gtk_dialog_set_default_response (GTK_DIALOG (dialog), 3);    gtk_dialog_set_default_response (GTK_DIALOG (dialog), 3);
691    response = gtk_dialog_run (GTK_DIALOG (dialog));    response = gtk_dialog_run (GTK_DIALOG (dialog));

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

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