uppercase fix
This commit is contained in:
parent
73e7ddbab4
commit
0ed79a92a5
|
@ -280,7 +280,7 @@ void MainWindow::InstallPkg() {
|
||||||
|
|
||||||
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
|
void MainWindow::InstallDragDropPkg(std::string file, int pkgNum, int nPkg) {
|
||||||
|
|
||||||
if (detectFileType(file) == FILETYPE_PKG) {
|
if (DetectFileType(file) == FILETYPE_PKG) {
|
||||||
PKG pkg;
|
PKG pkg;
|
||||||
pkg.Open(file);
|
pkg.Open(file);
|
||||||
std::string failreason;
|
std::string failreason;
|
||||||
|
|
Loading…
Reference in New Issue