]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/labels/labels.factor
basis: ERROR: changes.
[factor.git] / basis / ui / gadgets / labels / labels.factor
index 38fb92e1f03c131e7ec7beaab51d9236ebf7ae1d..b9204f585343f1a15121f62d2ad1d5af265d322a 100644 (file)
@@ -30,7 +30,7 @@ M: label string<< ( string label -- )
         {
             { [ dup string-array? ] [ ] }
             { [ dup string? ] [ ?string-lines ] }
-            [ not-a-string ]
+            [ throw-not-a-string ]
         } cond
     ] dip [ text<< ] [ relayout ] bi ; inline