diff --git a/src/qt_gui/gui_context_menus.h b/src/qt_gui/gui_context_menus.h index b8ccb6632..da3e32077 100644 --- a/src/qt_gui/gui_context_menus.h +++ b/src/qt_gui/gui_context_menus.h @@ -295,7 +295,7 @@ public: Common::FS::PathToQString(game_update_path, m_games[itemID].path.concat("-UPDATE")); Common::FS::PathToQString( dlc_path, Config::getAddonInstallDir() / - Common::FS::PathFromQString(folder_path).parent_path().filename()); + Common::FS::PathFromQString(folder_path).parent_path().filename()); QString message_type = tr("Game"); if (selected == deleteUpdate) {