* use CMD_SEP in sample plugin (minor cleanup)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@206 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn 2008-03-16 08:08:45 +00:00
parent a5664116d3
commit 861fbade9a

View file

@ -42,7 +42,7 @@ void *g_pMainWidget;
#define PLUGIN_NAME "Sample plugin"
//backwards for some reason
static const char *PLUGIN_COMMANDS = CMD_ABOUT ";-";
static const char *PLUGIN_COMMANDS = CMD_ABOUT ";" CMD_SEP;
static const char *PLUGIN_ABOUT = "Sample plugin\n";
void DoSample (void)