From 9b363c6cedc31f135e831a1b57dcf08578d34ee7 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 1 May 2012 10:46:10 +0200 Subject: Bootloader installation: set file filter. When requesting an original firmware file from the user set the filter for the file chooser dialog to only show files with matching file extension to simplify selection. Allow the user to select "all files" in case the file for whatever reason has the wrong extension. Change-Id: Ic3643c3601f6d849e6563f8753ae80a168ec0a45 --- rbutil/rbutilqt/base/systeminfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/systeminfo.cpp') diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp index aaddb3b36f..1f7be72b1e 100644 --- a/rbutil/rbutilqt/base/systeminfo.cpp +++ b/rbutil/rbutilqt/base/systeminfo.cpp @@ -54,6 +54,7 @@ const static struct { { SystemInfo::CurBootloaderMethod, ":platform:/bootloadermethod", "none" }, { SystemInfo::CurBootloaderName, ":platform:/bootloadername", "" }, { SystemInfo::CurBootloaderFile, ":platform:/bootloaderfile", "" }, + { SystemInfo::CurBootloaderFilter, ":platform:/bootloaderfilter", "" }, { SystemInfo::CurEncoder, ":platform:/encoder", "" }, { SystemInfo::CurBrand, ":platform:/brand", "" }, { SystemInfo::CurName, ":platform:/name", "" }, -- cgit v1.2.3