Changeset 55c03df in mmcs


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

Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd8de4cf r55c03df  
    11#############################################################################
    22# Makefile for building: SMSAM
    3 # Generated by qmake (2.01a) (Qt 4.8.2) on: Tue Oct 27 15:10:46 2015
     3# Generated by qmake (2.01a) (Qt 4.8.2) on: Wed Oct 28 09:28:08 2015
    44# Project:  SMSAM.pro
    55# Template: app
  • 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.