[Rezilla-commits] RezillaSource/Rezilla_Src/Documents CRezMapDoc.cp, 1.139, 1.140
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-11-24 11:53:05
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Documents In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9615 Modified Files: CRezMapDoc.cp Log Message: Msg if no plugin available Index: CRezMapDoc.cp =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Documents/CRezMapDoc.cp,v retrieving revision 1.139 retrieving revision 1.140 diff -u -d -r1.139 -r1.140 --- CRezMapDoc.cp 18 Nov 2006 06:53:41 -0000 1.139 +++ CRezMapDoc.cp 24 Nov 2006 11:53:01 -0000 1.140 @@ -562,7 +562,11 @@ // call the right plugin CPluginsController::InvokePluginEditor(this, inRezObjItem, substType); break; - } // else fall through to template editing... + } else if (inCommand == cmd_EditWithPlugin) { + UMessageDialogs::AlertWithType(CFSTR("NoPluginForThisType"), inEditType); + break; + } + // else fall through to template editing... case cmd_TmplEditRez: case cmd_TmplEditAsRez: |