mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
added total number of cards to random pack panel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1122 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -150,7 +150,7 @@ void CLISetInterface::handleCommand(const String& command) {
|
||||
if (arg.empty()) {
|
||||
cli.showError(_("Give a shell command to execute."));
|
||||
} else {
|
||||
#if UNICODE
|
||||
#ifdef UNICODE
|
||||
#ifdef __WXMSW__
|
||||
_wsystem(arg.c_str()); // TODO: is this function available on other platforms?
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user