Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Update master to v1.3.2 release (minor changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Bishop committed Nov 4, 2013
1 parent e312e4a commit edbb4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recovery/bootselectiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ BootSelectionDialog::BootSelectionDialog(const QString &defaultPartition, QWidge
}
}
}
if (m.value("name").toString()!="Data Partition (Advanced)")
if (m.value("name").toString()!="Data Partition")
{
QListWidgetItem *item = new QListWidgetItem(icon, m.value("name").toString()+"\n"+m.value("description").toString(), ui->list);
item->setData(Qt::UserRole, m);
Expand Down
2 changes: 1 addition & 1 deletion recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

/* Version number displayed in the title bar */
#define VERSION_NUMBER "1.3.0"
#define VERSION_NUMBER "1.3.2"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand Down

0 comments on commit edbb4f7

Please sign in to comment.