Skip to content

Commit

Permalink
"Updating"
Browse files Browse the repository at this point in the history
  • Loading branch information
adgellida committed Jul 18, 2017
1 parent 4629d3a commit 89b226a
Show file tree
Hide file tree
Showing 11 changed files with 1,523 additions and 2,498 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Generated by qmake (3.0) (Qt 5.7.1)
# Project: ubunsys.pro
# Template: app
# Command: /home/usuario/.Qt5.7.1/5.7/gcc_64/bin/qmake -o Makefile ubunsys.pro
# Command: /home/usuario/.Qt5.7.1/5.7/gcc_64/bin/qmake -spec linux-g++ -o Makefile ubunsys.pro
#############################################################################

MAKEFILE = Makefile
Expand Down Expand Up @@ -407,7 +407,7 @@ Makefile: ubunsys.pro ../../.Qt5.7.1/5.7/gcc_64/mkspecs/linux-g++/qmake.conf ../
../../.Qt5.7.1/5.7/gcc_64/lib/libQt5Widgets.prl \
../../.Qt5.7.1/5.7/gcc_64/lib/libQt5Gui.prl \
../../.Qt5.7.1/5.7/gcc_64/lib/libQt5Core.prl
$(QMAKE) -o Makefile ubunsys.pro
$(QMAKE) -spec linux-g++ -o Makefile ubunsys.pro
../../.Qt5.7.1/5.7/gcc_64/mkspecs/features/spec_pre.prf:
../../.Qt5.7.1/5.7/gcc_64/mkspecs/common/unix.conf:
../../.Qt5.7.1/5.7/gcc_64/mkspecs/common/linux.conf:
Expand Down Expand Up @@ -563,7 +563,7 @@ ubunsys.qrc:
../../.Qt5.7.1/5.7/gcc_64/lib/libQt5Gui.prl:
../../.Qt5.7.1/5.7/gcc_64/lib/libQt5Core.prl:
qmake: FORCE
@$(QMAKE) -o Makefile ubunsys.pro
@$(QMAKE) -spec linux-g++ -o Makefile ubunsys.pro

qmake_all: FORCE

Expand Down
2 changes: 1 addition & 1 deletion about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void MainWindow::on_actionAbout_triggered()
"<p align='left'><a href='https://github.com/adgellida/ubunsys'>Git Repo</a> - Updated</p></br>"));

about.setInformativeText(tr("Copyright (c) 2017 all rights reserved\n\n\GPL v2\n\nAntonio David Gellida Lavara\n\nadgellida@gmail.com\n\n"
"v2017.07.17"));
"v2017.07.18"));

about.setWindowTitle(tr("About"));

Expand Down
Binary file modified languages/ubunsys_es_ES.qm
Binary file not shown.
Loading

0 comments on commit 89b226a

Please sign in to comment.