Minor GUI Fixes (#1405)
This commit is contained in:
+1
-1
@@ -3405,7 +3405,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../novelwriter/gui/projtree.py" line="1207" />
|
<location filename="../novelwriter/gui/projtree.py" line="1207" />
|
||||||
<source>Change Label</source>
|
<source>Rename</source>
|
||||||
<translation type="unfinished" />
|
<translation type="unfinished" />
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -246,6 +246,8 @@ def main(sysArgs=None):
|
|||||||
nwApp.setApplicationName(CONFIG.appName)
|
nwApp.setApplicationName(CONFIG.appName)
|
||||||
nwApp.setApplicationVersion(__version__)
|
nwApp.setApplicationVersion(__version__)
|
||||||
nwApp.setOrganizationDomain(__domain__)
|
nwApp.setOrganizationDomain(__domain__)
|
||||||
|
nwApp.setOrganizationName(__domain__)
|
||||||
|
nwApp.setDesktopFileName(CONFIG.appName)
|
||||||
|
|
||||||
# Connect the exception handler before making the main GUI
|
# Connect the exception handler before making the main GUI
|
||||||
sys.excepthook = exceptionHandler
|
sys.excepthook = exceptionHandler
|
||||||
|
|||||||
@@ -1204,7 +1204,7 @@ class GuiProjectTree(QTreeWidget):
|
|||||||
# Edit Item Settings
|
# Edit Item Settings
|
||||||
# ==================
|
# ==================
|
||||||
|
|
||||||
aLabel = ctxMenu.addAction(self.tr("Change Label"))
|
aLabel = ctxMenu.addAction(self.tr("Rename"))
|
||||||
aLabel.triggered.connect(lambda: self.renameTreeItem(tHandle))
|
aLabel.triggered.connect(lambda: self.renameTreeItem(tHandle))
|
||||||
|
|
||||||
if isFile:
|
if isFile:
|
||||||
|
|||||||
Reference in New Issue
Block a user