From 80cd4f64f8dfaa94eabaa15cbf33bd12c8971c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2019 10:42:15 +0200 Subject: [PATCH] Rename setting We are going to use close to system tray instead of minimize, easier to handle it at a crossplatform level --- common/yacreader_global_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/yacreader_global_gui.h b/common/yacreader_global_gui.h index df8af780..06c9e52a 100644 --- a/common/yacreader_global_gui.h +++ b/common/yacreader_global_gui.h @@ -17,7 +17,7 @@ #define FULLSCREEN "FULLSCREEN" #define Y_WINDOW_GEOMETRY "GEOMETRY" #define MAXIMIZED "MAXIMIZED" -#define MINIMIZE_TO_TRAY "MINIMIZE_TO_TRAY" +#define CLOSE_TO_TRAY "CLOSE_TO_TRAY" #define START_TO_TRAY "START_TO_TRAY" #define DOUBLE_PAGE "DOUBLE_PAGE" #define DOUBLE_MANGA_PAGE "DOUBLE_MANGA_PAGE"