From 39a8db936a5b22748be0ff251c8d7e96191dbeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Thu, 7 May 2020 17:51:41 +0300 Subject: Applications: Replace SystemMenu name to hi voltage emoji --- Applications/SystemMenu/main.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Applications') diff --git a/Applications/SystemMenu/main.cpp b/Applications/SystemMenu/main.cpp index 1a12b9548b..483a8b8b6a 100644 --- a/Applications/SystemMenu/main.cpp +++ b/Applications/SystemMenu/main.cpp @@ -24,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "PowerDialog.h" #include #include #include @@ -32,17 +33,9 @@ #include #include #include -#include #include -#include -#include #include #include -#include -#include -#include - -#include "PowerDialog.h" //#define SYSTEM_MENU_DEBUG @@ -129,8 +122,7 @@ NonnullRefPtr build_system_menu() sorted_app_categories.append(category); quick_sort(sorted_app_categories); - u8 system_menu_name[] = { 0xc3, 0xb8, 0 }; - auto system_menu = GUI::Menu::construct(String((const char*)system_menu_name)); + auto system_menu = GUI::Menu::construct("\xE2\x9A\xA1"); // HIGH VOLTAGE SIGN // First we construct all the necessary app category submenus. for (const auto& category : sorted_app_categories) { -- cgit v1.2.3