Author: rmottola
Date: Thu Nov 19 11:21:18 2015
New Revision: 39185

URL: http://svn.gna.org/viewcvs/gnustep?rev=39185&view=rev
Log:
Add new images (Recycler, Multiple selection)

Modified:
    apps/thematic/trunk/ChangeLog
    apps/thematic/trunk/ImageElement.m

Modified: apps/thematic/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/thematic/trunk/ChangeLog?rev=39185&r1=39184&r2=39185&view=diff
==============================================================================
--- apps/thematic/trunk/ChangeLog       (original)
+++ apps/thematic/trunk/ChangeLog       Thu Nov 19 11:21:18 2015
@@ -1,3 +1,8 @@
+2015-11-19 Riccardo Mottola <[email protected]>
+
+       * ImageElement.m
+       Add new images (Recycler, Multiple selection).
+
 2014-01-12  Sebastian Reitenbach <[email protected]>
        * ThemeDocument.m
          change return type of -draggingEntered from unsigned

Modified: apps/thematic/trunk/ImageElement.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/thematic/trunk/ImageElement.m?rev=39185&r1=39184&r2=39185&view=diff
==============================================================================
--- apps/thematic/trunk/ImageElement.m  (original)
+++ apps/thematic/trunk/ImageElement.m  Thu Nov 19 11:21:18 2015
@@ -1,6 +1,6 @@
 /* ImageElement.m
  *
- * Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2015 Free Software Foundation, Inc.
  *
  * Author:     Richard Frith-Macdonald <[email protected]>
  *              Riccardo Mottola
@@ -576,6 +576,10 @@
 I(@"common_RadioOff", @"Unselected Radio Button");
 I(@"common_SwitchOn", @"Selected Switch Button");
 I(@"common_SwitchOff", @"Unselected Switch Button");
+I(@"common_RecyclerEmpty", @"Recycler bin Empty");
+I(@"common_RecyclerFull", @"Recycler bin Full");
+I(@"common_MultipleSelection", @"Multiple selection");
+ 
 #undef  I
 
       apps = [aDocument applicationImageNames];


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

Reply via email to