[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [kig] [Bug 353836] New: unintended "SHOULD NOT BE SEEN" message exposed
From:       Maurizio Paolini <paolini () dmf ! unicatt ! it>
Date:       2015-10-12 21:07:45
Message-ID: bug-353836-17878 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=353836

            Bug ID: 353836
           Summary: unintended "SHOULD NOT BE SEEN" message exposed
           Product: kig
           Version: unspecified
          Platform: Fedora RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: david.narvaez@computer.org
          Reporter: paolini@dmf.unicatt.it

The message "SHOULD NOT BE SEEN" is displayed when using a user defined macro:

Create a macro to invert an object (not a point) with respect to a circle.
Then invoke the macro and hover on an "invertible" object (a circle, an arc, a
line, a ray or a segment).

A minimal patch could be:

--- a/objects/special_imptypes.cc
+++ b/objects/special_imptypes.cc
@@ -111,7 +111,7 @@ WeightImpType weightimptypeinstance(

 InvertibleImpType::InvertibleImpType( const ObjectImpType* parent,
     const char* internalname )
-  : ObjectImpType( parent, internalname, snbs, snbs,
+  : ObjectImpType( parent, internalname, snbs, I18N_NOOP( "Select this object"
),
                    snbs, snbs, snbs, snbs, snbs, snbs, snbs )
 {

-----------------------------------------------------------------------------------

Since the message "Select this object" is already present somewhere else, this
should not
require any additional work by the localization teams.

-- 
You are receiving this mail because:
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic