Lines Matching refs:msg
1490 CString msg; in PasteResource() local
1491 … msg.Format(_T("Source and Destination projects have duplicate Color IDs \"%s\"."), info->name); in PasteResource()
1493 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource()
1649 CString msg; in PasteResource() local
1650 …msg.Format(_T("Source and Destination projects have duplicate String IDs \"%s\"."), record.id_name… in PasteResource()
1652 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource()
3256 CString msg; in SyncResourceName() local
3258 … msg.Format(_T("Internal Error: resource item \"%s\" in theme \"%s\" not found"),info->name, in SyncResourceName()
3260 ErrorMsg(msg); in SyncResourceName()
3331 CString msg; in SyncResourceAdd() local
3332 …msg.Format(_T("Internal Error: the parent of resource item \"%s\" in theme \"%s\" not found"), inf… in SyncResourceAdd()
3334 ErrorMsg(msg); in SyncResourceAdd()
3372 CString msg; in SyncResourcePath() local
3374 … msg.Format(_T("Internal Error: resource item \"%s\" in theme \"%s\" not found"), info->name, in SyncResourcePath()
3376 ErrorMsg(msg); in SyncResourcePath()
3435 CString msg; in SyncResourceDelete() local
3437 … msg.Format(_T("Internal Error: resource item \"%s\" in theme \"%s\" not found"), info->name, in SyncResourceDelete()
3439 ErrorMsg(msg); in SyncResourceDelete()