diff options
author | Yana Stamcheva <yana@jitsi.org> | 2012-07-12 17:00:53 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2012-07-12 17:00:53 +0000 |
commit | 2a5e9c4895f6e04c15645c5898a9ab7537b8ffb2 (patch) | |
tree | 62756bba2293d47b2ddab54a02b63147751050dd /resources/colors | |
parent | 99a732d5f448270181b48edcae7960854052939b (diff) | |
download | jitsi-2a5e9c4895f6e04c15645c5898a9ab7537b8ffb2.zip jitsi-2a5e9c4895f6e04c15645c5898a9ab7537b8ffb2.tar.gz jitsi-2a5e9c4895f6e04c15645c5898a9ab7537b8ffb2.tar.bz2 |
Adds last message correction functionality. Implementation provided by Ivan Vergiliev.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 249118a..7a9c77a 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -215,4 +215,7 @@ service.gui.SECURITY_ON=6FC93C service.gui.SECURITY_OFF=ED0000 # Going secure status color. -service.gui.GOING_SECURE=FFC01B
\ No newline at end of file +service.gui.GOING_SECURE=FFC01B + +# Chat editor correction message background color. +service.gui.CHAT_EDIT_MESSAGE_BACKGROUND=fffbc3
\ No newline at end of file |