Renamed /theme set -> /theme load

This commit is contained in:
James Booth
2015-02-26 00:49:21 +00:00
parent 22daac5fe9
commit cbdfc09a84
2 changed files with 11 additions and 11 deletions

View File

@@ -822,7 +822,7 @@ cmd_theme(gchar **args, struct cmd_help_t help)
g_slist_free_full(themes, g_free);
// load a theme
} else if (g_strcmp0(args[0], "set") == 0) {
} else if (g_strcmp0(args[0], "load") == 0) {
if (args[1] == NULL) {
cons_show("Usage: %s", help.usage);
} else if (theme_load(args[1])) {