~ubuntu-branches/ubuntu/karmic/notecase/karmic

« back to all changes in this revision

Viewing changes to src/lib/NoteDocument.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Van Wambeke
  • Date: 2008-05-29 20:20:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080529202017-kp2a07u83prpz0id
Tags: 1.9.1-0ubuntu1
New Upstream Release (LP: #230041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <sys/types.h>
25
25
#include <sys/stat.h>
 
26
#include <stdlib.h>
26
27
 
27
28
//TOFIX remove GUI dependency through some callback?
28
29
#include "../gui/ProgressDlg.h"
371
372
                                (0 != strcmp(strGeneratorApp.c_str(), APP_NAME_STR) ||
372
373
                                 0 <  cmpver(strGeneratorVer.c_str(), APP_VER_STR)))
373
374
                        {
374
 
                                gtkMessageBox(_("Warning:\nThis document was created either by different application,\nor by newer version of this program.\n\nIf you edit this document, you might lose some formatting!"));
 
375
                                gtkMessageBox(_("Warning:\nThis document was created either by a different application\nNotecase and Notecase Pro are not considered the same application),\nor by a newer version of this program.\n\nIf you edit this document, you might lose some formatting!"));
375
376
                        }
376
377
                }
377
378
        }