super(mainFrame, properties);
// Allows this action to be dynamically enabled when the clipboard contains files, and disabled otherwise.
// ClipboardNotifier does not work under Mac OS X (tested under Tiger with Java 1.5.0_06)
if(!OsFamily.MAC_OS_X.isCurrent())
new ClipboardNotifier(this);
}