mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
GUI: Fix compilation without LIBCURL
This commit is contained in:
parent
0bb29cbefe
commit
ae62f3ff8f
@ -2940,7 +2940,9 @@ void GlobalOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint3
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_LIBCURL
|
||||
case kUpdateIconsCmd: {
|
||||
DownloadIconsDialog dia;
|
||||
|
||||
@ -2951,6 +2953,7 @@ void GlobalOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint3
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
case kThemePathClearCmd:
|
||||
_themePath->setLabel(_c("None", "path"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user