Skip to content

Commit

Permalink
"Updating"
Browse files Browse the repository at this point in the history
  • Loading branch information
adgellida committed Jun 11, 2017
1 parent ff3960f commit 7fd29cb
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 126 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ What this program do

* Check system integrity.

And more...

Tutorial
=============================================

Expand Down
2 changes: 2 additions & 0 deletions README_es_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Qué hace este programa

* Comprobar la integridad del sistema.

Y más...

Tutorial
=============================================

Expand Down
2 changes: 1 addition & 1 deletion about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void MainWindow::on_actionAbout_triggered()
"<p align='left'><a href='https://github.com/adgellida/winsys'>Git Repo</a></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\nv2017.06.04"));
"\n\nv2017.06.11"));

about.setWindowTitle(tr("About"));
about.setStandardButtons(QMessageBox::Ok);
Expand Down
8 changes: 8 additions & 0 deletions installtab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ void MainWindow::on_runServiwinButton_clicked()
ui->statusBar->showMessage(tr("Done. Now select another action"));
}

void MainWindow::on_runAdwcleaner_clicked()
{
ui->statusBar->showMessage(tr("Running AdwCleaner"));
//on_installChocolateyButton_clicked();
system("cd scripts\\windowsScripts-master & 019.runAdwCleaner.bat");
ui->statusBar->showMessage(tr("Done. Now select another action"));
}


//

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

0 comments on commit 7fd29cb

Please sign in to comment.