Skip to content

Commit

Permalink
"Updating"
Browse files Browse the repository at this point in the history
  • Loading branch information
adgellida committed Jun 15, 2017
1 parent d99ef6f commit 753db66
Show file tree
Hide file tree
Showing 16 changed files with 5,954 additions and 5,582 deletions.
6,193 changes: 3,066 additions & 3,127 deletions Makefile

Large diffs are not rendered by default.

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.06.13"));
"v2017.06.15"));

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

Expand Down
Binary file modified languages/ubunsys_es_ES.qm
Binary file not shown.
391 changes: 277 additions & 114 deletions languages/ubunsys_es_ES.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ MainWindow::~MainWindow()
}





10 changes: 10 additions & 0 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ private slots:

void on_aptselect_ES_clicked();

void on_openSourcesListButton_clicked();

void on_backupSourcesListButton_clicked();

void on_importSourcesListButton_clicked();

void on_openMainBackupButton_clicked();

void on_openMainRestoreButton_clicked();

private:
Ui::MainWindow *ui;

Expand Down
Loading

0 comments on commit 753db66

Please sign in to comment.