From cb0baf10cfa5cdb468ef7ae25c1cb32988ce014f Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 18 Feb 2017 18:25:30 +0100 Subject: [PATCH] Restore tooltips with in-game buttons --- src/decstat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decstat.cpp b/src/decstat.cpp index e5f0c27..dd8e086 100644 --- a/src/decstat.cpp +++ b/src/decstat.cpp @@ -710,7 +710,7 @@ next: } // Dans un bouton stop/setup/write ? - if (textRes == 0 && m_statHili >= 100) + if (!strlen (textRes) && m_statHili >= 100) { if (m_statHili == 100) textRes = gettext ("Interrupt");