commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src/forms Instance.py


From: Jason Cater
Subject: gnue/designer/src/forms Instance.py
Date: Wed, 16 Apr 2003 14:05:40 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/04/16 14:05:40

Modified files:
        designer/src/forms: Instance.py 

Log message:
        better error message

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/forms/Instance.py.diff?tr1=1.38&tr2=1.39&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/Instance.py
diff -c gnue/designer/src/forms/Instance.py:1.38 
gnue/designer/src/forms/Instance.py:1.39
*** gnue/designer/src/forms/Instance.py:1.38    Fri Apr  4 21:30:07 2003
--- gnue/designer/src/forms/Instance.py Wed Apr 16 14:05:40 2003
***************
*** 244,250 ****
            _('The form definition you are about to save\n') +
            _('does not appear to be a workable definition.') +
            _('\n\nIf you save an incomplete definition, you\n') + 
!           _('may not be able to reopen it in Designer.'),
               _("Incomplete Form Definition"), wxYES_NO|wxICON_QUESTION 
).ShowModal() == wxID_NO:
          return 1
  
--- 244,250 ----
            _('The form definition you are about to save\n') +
            _('does not appear to be a workable definition.') +
            _('\n\nIf you save an incomplete definition, you\n') + 
!           _('may not be able to reopen it in Designer.\n\nSave anyway?'),
               _("Incomplete Form Definition"), wxYES_NO|wxICON_QUESTION 
).ShowModal() == wxID_NO:
          return 1
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]