~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to src/report/report-gnome/gnc-plugin-page-report.c

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:27:37 UTC
  • mto: (2.1.1 debian)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: siretart@tauware.de-20080803072737-tnidfmnpamgavfk5
import gnucash_2.2.6.orig.tar.gz

The original tarball had the md5sum: 7ac08c5e2076c9b4d44c785d21bc1a2f

Show diffs side-by-side

added added

removed removed

Lines of Context:
1345
1345
        {
1346
1346
                const char *message = _("You cannot save to that file.");
1347
1347
 
1348
 
                gnc_error_dialog (NULL, message);
 
1348
                gnc_error_dialog (NULL, "%s", message);
1349
1349
                g_free(filepath);
1350
1350
                return NULL;
1351
1351
        }