mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 07:42:10 +01:00
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp
|
|
index 5829fe38..5a3739d9 100644
|
|
--- a/src/gui/MainWindow.cpp
|
|
+++ b/src/gui/MainWindow.cpp
|
|
@@ -1228,12 +1228,12 @@ void MainWindow::openBugReportUrl()
|
|
|
|
void MainWindow::openGettingStartedGuide()
|
|
{
|
|
- customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_GettingStarted.html")));
|
|
+ customOpenUrl("file:///usr/share/doc/keepassxc/KeePassXC_GettingStarted.html");
|
|
}
|
|
|
|
void MainWindow::openUserGuide()
|
|
{
|
|
- customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_UserGuide.html")));
|
|
+ customOpenUrl("file:///usr/share/doc/keepassxc/KeePassXC_UserGuide.html");
|
|
}
|
|
|
|
void MainWindow::openOnlineHelp()
|
|
@@ -1243,7 +1243,7 @@ void MainWindow::openOnlineHelp()
|
|
|
|
void MainWindow::openKeyboardShortcuts()
|
|
{
|
|
- customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_KeyboardShortcuts.html")));
|
|
+ customOpenUrl("file:///usr/share/doc/keepassxc/KeePassXC_KeyboardShortcuts.html");
|
|
}
|
|
|
|
void MainWindow::switchToDatabases()
|