Changeset 55c03df in mmcs for mainwindow.C


Ignore:
Timestamp:
Oct 28, 2015, 9:47:06 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
68e57de
Parents:
d8de4cf
Message:

el manual se abre desde el directorio de la aplicación instalada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    rd8de4cf r55c03df  
    721721void MainWindow::abrirManual()//Funcion para abrir el manual
    722722{
    723     QDesktopServices::openUrl(QUrl(QDir::currentPath()+"/Usuario/Entrada.html"));
     723    QDesktopServices::openUrl(QUrl("/usr/share/mmcs/Usuario/Entrada.html",QUrl::TolerantMode));
    724724}
    725725
Note: See TracChangeset for help on using the changeset viewer.