Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
9bb6fc0e
Commit
9bb6fc0e
authored
Jul 15, 2020
by
Nikita Sirgienko
Browse files
Add text message for
51f0cb08
parent
51f0cb08
Pipeline
#27238
passed with stage
in 30 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/cantor.cpp
View file @
9bb6fc0e
...
...
@@ -106,9 +106,8 @@ void CantorShell::load(const QUrl &url)
{
if
(
m_tabWidget
->
currentIndex
()
!=
i
)
activateWorksheet
(
i
);
//else
// TODO message about that user try to open worksheet, which have been opened
// in Cantor and the user already see the worksheet, because it is active worksheet
else
KMessageBox
::
information
(
this
,
i18n
(
"The file %1 is already opened."
,
QFileInfo
(
url
.
toLocalFile
()).
fileName
()),
i18n
(
"Open file"
));
return
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment