diff mcabber/src/commands.c @ 240:723433a677f0

[/trunk] Changeset 253 by mikael * Use /group {fold/unfold} instead of {shrink/expand}
author mikael
date Sat, 11 Jun 2005 19:27:40 +0000
parents 8e30b2bb380e
children 5f8b529412bd
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/src/commands.c	Sat Jun 11 19:27:40 2005 +0000
@@ -116,8 +116,8 @@
   compl_add_category_word(COMPL_BUFFER, "top");
 
   // Group category
-  compl_add_category_word(COMPL_GROUP, "expand");
-  compl_add_category_word(COMPL_GROUP, "shrink");
+  compl_add_category_word(COMPL_GROUP, "fold");
+  compl_add_category_word(COMPL_GROUP, "unfold");
   compl_add_category_word(COMPL_GROUP, "toggle");
 
   // Multi-line (msay) category