Revert "[wrong_layout] Fix not escaped html chars"
This reverts commit 1ed5215295
This commit is contained in:
@@ -12,6 +12,8 @@ from plugins.helpers import log_calls
|
|||||||
class WrongLayoutPlugin(GajimPlugin):
|
class WrongLayoutPlugin(GajimPlugin):
|
||||||
@log_calls('WrongLayoutPlugin')
|
@log_calls('WrongLayoutPlugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
|
self.description = _('Press alt+r to convert chars typed in '
|
||||||
|
'wrong layout Rus<>Eng')
|
||||||
self.config_dialog = None
|
self.config_dialog = None
|
||||||
self.gui_extension_points = {
|
self.gui_extension_points = {
|
||||||
'chat_control_base': (self.connect_with_chat_control,
|
'chat_control_base': (self.connect_with_chat_control,
|
||||||
|
|||||||
Reference in New Issue
Block a user