Le 18/07/2018 à 23:34, Richard Kimberly Heck a écrit :
diff --git a/src/frontends/qt4/GuiApplication.cpp 
b/src/frontends/qt4/GuiApplication.cpp
index e04c392..f009bfc 100644
--- a/src/frontends/qt4/GuiApplication.cpp
+++ b/src/frontends/qt4/GuiApplication.cpp
@@ -689,6 +689,10 @@ public:
                _("Reconfigure");
                _("Quit %1"));
  #endif
+               _("&OK");
+               // Already in po: "Cancel", "&Cancel"
+               _("Apply"); // Already in po: "&Apply"
+               _("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t"

Did you want these ones to be outside the #if 0?

I guess he did not :) I am not sure anyway whether this #if 0 is needed. Are there compilers which are going to complain about that?

JMarc

Reply via email to