| 51 | } |
| 52 | |
| 53 | void AboutLayout::Load() { |
| 54 | const auto exec_mode_str = cfg::Strings.GetString((GetExecutableMode() == ExecutableMode::NRO) ? 288 : 289); |
| 55 | const auto launch_mode_str = cfg::Strings.GetString((GetLaunchMode() == LaunchMode::Applet) ? 290 : 291); |
| 56 | g_MainApplication->LoadCommonIconMenuData(true, "Goldleaf v" GLEAF_VERSION, CommonIconKind::Info, exec_mode_str + ", " + launch_mode_str); |
| 57 | } |
| 58 | |
| 59 | } |
no test coverage detected