Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm32 <mak@trisoft.com.pl>2020-03-03 05:05:15 +0300
committerm32 <mak@trisoft.com.pl>2020-03-03 05:05:15 +0300
commitb0e38f28ade960248460d5d9b23f10fe1b572846 (patch)
tree2d239f6a2edcb2c8428c1450569fd2494316830b /python/configs/plug
parent240aa216c8a1b97622ae831bb64b8f54b9c2882e (diff)
proper size of elements, nicer mouse and keyboard handling
Diffstat (limited to 'python/configs/plug')
-rw-r--r--python/configs/plug/far2l/ucharmap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/configs/plug/far2l/ucharmap.py b/python/configs/plug/far2l/ucharmap.py
index fe4b0e2b..24c36547 100644
--- a/python/configs/plug/far2l/ucharmap.py
+++ b/python/configs/plug/far2l/ucharmap.py
@@ -1,8 +1,8 @@
from .plugin import PluginBase
class Plugin(PluginBase):
- menu = "Character Map"
- area = "Shell Editor Dialog"
+ label = "Python Character Map"
+ area = "Shell Editor Viewer Plugins"
def Rebuild(self, hDlg):
self.info.SendDlgMessage(hDlg, self.ffic.DM_ENABLEREDRAW, 0, 0)