Author: rfm
Date: Mon Nov  9 15:58:39 2015
New Revision: 39166

URL: http://svn.gna.org/viewcvs/gnustep?rev=39166&view=rev
Log:
Improve image add display

Modified:
    apps/thematic/trunk/ImageElement.m
    apps/thematic/trunk/Resources/ImageAdd.png

Modified: apps/thematic/trunk/ImageElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/thematic/trunk/ImageElement.m?rev=39166&r1=39165&r2=39166&view=diff
==============================================================================
--- apps/thematic/trunk/ImageElement.m  (original)
+++ apps/thematic/trunk/ImageElement.m  Mon Nov  9 15:58:39 2015
@@ -596,7 +596,7 @@
           RELEASE(appView);
           i = [NSImage imageNamed: @"ImageAdd"];
           ii = [[DummyInfo alloc] initWithImage: i
-                                    description: @""
+                                    description: @"Import a new image"
                                            name: @""
                                             app: app];
           [appView addObject: ii];
@@ -612,7 +612,7 @@
               key = [app stringByAppendingPathComponent: img];
               img = [img stringByDeletingPathExtension];
               i = [aDocument imageForKey: key];
-              ii = [[DummyInfo alloc] initWithImage: i
+              ii = [[ImageInfo alloc] initWithImage: i
                                         description: img
                                                name: img
                                                 app: app];
@@ -701,7 +701,7 @@
       RELEASE(imagesView);
       NSImage *i = [NSImage imageNamed: @"ImageAdd"];
       ImageInfo *ii = [[DummyInfo alloc] initWithImage: i
-                                           description: @""
+                                           description: @"Import a new image"
                                                   name: @""
                                                    app: bundleIdentifier];
       [imagesView addObject: ii];

Modified: apps/thematic/trunk/Resources/ImageAdd.png
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/thematic/trunk/Resources/ImageAdd.png?rev=39166&r1=39165&r2=39166&view=diff
==============================================================================
Binary files - no diff available.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to