Copy/pasting multiple cards

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@859 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-18 17:56:33 +00:00
parent 8d6af1d37a
commit 51ad215c54
4 changed files with 79 additions and 46 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ bool ImageValueEditor::canCopy() const {
bool ImageValueEditor::canPaste() const {
return wxTheClipboard->IsSupported(wxDF_BITMAP) &&
!wxTheClipboard->IsSupported(CardDataObject::format); // we don't want to (accidentally) paste card images
!wxTheClipboard->IsSupported(CardsDataObject::format); // we don't want to (accidentally) paste card images
}
bool ImageValueEditor::doCopy() {