mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
cosmetics - synchronize with the rest of strings
This commit is contained in:
parent
4ed8bfb974
commit
65a5c3989f
@ -1997,7 +1997,7 @@ bool TabWorkArea::closeTabsToRight()
|
||||
}
|
||||
|
||||
|
||||
bool TabWorkArea::openEnclosingFolder()
|
||||
bool TabWorkArea::openEnclosingDirectory()
|
||||
{
|
||||
|
||||
if (clicked_tab_ == -1)
|
||||
@ -2358,7 +2358,7 @@ void TabWorkArea::showContextMenu(const QPoint & pos)
|
||||
|
||||
popup.addSeparator();
|
||||
|
||||
popup.addAction(qt_("Open Enclosing &Folder"), this, SLOT(openEnclosingFolder()));
|
||||
popup.addAction(qt_("Open Enclosing &Directory"), this, SLOT(openEnclosingDirectory()));
|
||||
|
||||
popup.exec(tabBar()->mapToGlobal(pos));
|
||||
|
||||
|
@ -255,7 +255,7 @@ public Q_SLOTS:
|
||||
///
|
||||
void moveToEndCurrentTab();
|
||||
///
|
||||
bool openEnclosingFolder();
|
||||
bool openEnclosingDirectory();
|
||||
/// close the tab given by \c index
|
||||
void closeTab(int index);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user