tasque r9 - in trunk: . src



Author: calvinrg
Date: Thu Mar 13 05:17:41 2008
New Revision: 9
URL: http://svn.gnome.org/viewvc/tasque?rev=9&view=rev

Log:
* src/TaskWindow.cs: Fixed the main window icon to be larger

Modified:
   trunk/ChangeLog
   trunk/src/TaskWindow.cs

Modified: trunk/src/TaskWindow.cs
==============================================================================
--- trunk/src/TaskWindow.cs	(original)
+++ trunk/src/TaskWindow.cs	Thu Mar 13 05:17:41 2008
@@ -89,7 +89,7 @@
 			int height;
 			int width;
 			
-			this.Icon = Utilities.GetIcon ("tasque-16", 16);
+			this.Icon = Utilities.GetIcon ("tasque-48", 48);
 			// Update the window title
 			Title = string.Format ("Tasque");	
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]