mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
better icons
Fix Windows help URI
This commit is contained in:
parent
72779569e9
commit
4943b00bde
BIN
img/xca.ico
BIN
img/xca.ico
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
img/xdb.ico
BIN
img/xdb.ico
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@ -148,10 +148,12 @@ void MainWindow::help()
|
||||
#ifdef WIN32
|
||||
path += "/";
|
||||
#endif
|
||||
path += getPrefix();
|
||||
uri = path + QDir::separator() +"xca.html";
|
||||
path += getPrefix() + "/";
|
||||
#ifdef WIN32
|
||||
path = path.replace("\\","/");
|
||||
#endif
|
||||
uri = path + "xca.html";
|
||||
|
||||
printf("Help URI = '%s'\n", CCHAR(path));
|
||||
ui.textbox->setSource(QUrl(uri));
|
||||
ui.textbox->setSearchPaths(QStringList(path));
|
||||
h->setWindowTitle(tr(XCA_TITLE));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user