diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 29a8bc994..72ee4405e 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -231,6 +231,22 @@ </schema> <schema> + <key>/schemas/apps/empathy/conversation/nick_completion_char</key> + <applyto>/apps/empathy/conversation/nick_completion_char</applyto> + <owner>empathy</owner> + <type>string</type> + <default>:</default> + <locale name="C"> + <short>Nick completed character</short> + <long> + Character to add after nickname when using nick completion (tab) + in group chat. + </long> + + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/hints/close_main_window</key> <applyto>/apps/empathy/hints/close_main_window</applyto> <owner>empathy</owner> |