pidgin/pidginactiongroup.h

changeset 40366
5c78f6c9a36b
parent 40364
55483ee6710f
child 40367
3bd059ab9eb4
--- a/pidgin/pidginactiongroup.h	Fri Mar 27 07:02:54 2020 -0500
+++ b/pidgin/pidginactiongroup.h	Fri Mar 27 07:03:16 2020 -0500
@@ -82,12 +82,19 @@
 /**
  * PIDGIN_ACTION_MANAGE_ACCOUNTS:
  *
- * A constatnt that preresents the manage-accounts action to displays the
+ * A constatnt that represents the manage-accounts action to displays the
  * manage accounts window.
  */
 #define PIDGIN_ACTION_MANAGE_ACCOUNTS ("manage-accounts")
 
 /**
+ * PIDGIN_ACTION_MUTE_SOUNDS:
+ *
+ * A constatnt that represents the mute-sounds action.
+ */
+#define PIDGIN_ACTION_MUTE_SOUNDS ("mute-sounds")
+
+/**
  * PIDGIN_ACTION_NEW_MESSAGE:
  *
  * A constant that represents the new-message action.

mercurial