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:
twanvl
2008-08-09 17:34:13 +00:00
parent 290f034d98
commit cb72dbea2f
11 changed files with 41 additions and 18 deletions
+1 -1
View File
@@ -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