From: Agnibho Mondal Date: Fri, 10 Nov 2023 13:25:24 +0000 (+0530) Subject: Renamed a toolbar button X-Git-Tag: v0.5~23 X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=112ff2ee653a2e0af138707d9d970b8bef91873a;p=medscript.git Renamed a toolbar button --- diff --git a/window.py b/window.py index 2da85af..b95f35b 100644 --- a/window.py +++ b/window.py @@ -589,7 +589,7 @@ class MainWindow(QMainWindow): action_render2.triggered.connect(self.cmd_render) action_unrender=QAction("Quick Display", self) action_unrender.setShortcut("Ctrl+D") - action_unrender2=QAction(icon_view, "View", self) + action_unrender2=QAction(icon_view, "Display", self) action_unrender.triggered.connect(self.cmd_unrender) action_unrender2.triggered.connect(self.cmd_unrender) action_sign=QAction("Sign Prescription", self)