[Thunar-workers] CVS: design/ui ChangeLog, 1.2, 1.3 ThunarPropertiesDialog.py, 1.3, 1.4

Benedikt Meurer benny at xfce.org
Thu Feb 17 17:07:21 CET 2005


Update of /var/cvs/thunar/design/ui
In directory espresso.foo-projects.org:/tmp/cvs-serv26421

Modified Files:
	ChangeLog ThunarPropertiesDialog.py 
Log Message:
2005-02-17	Benedikt Meurer <benny at xfce.org>

	* ThunarPropertiesDialog.py: Use 'Kind' instead of 'Type' to refer
	  to the MIME-type. Use full qualified application name instead of
	  the binary filename. Replace 'Adjust' with 'Change'.




Index: ChangeLog
===================================================================
RCS file: /var/cvs/thunar/design/ui/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	16 Feb 2005 23:27:42 -0000	1.2
+++ ChangeLog	17 Feb 2005 16:07:19 -0000	1.3
@@ -1,5 +1,11 @@
 2005-02-17	Benedikt Meurer <benny at xfce.org>
 
+	* ThunarPropertiesDialog.py: Use 'Kind' instead of 'Type' to refer
+	  to the MIME-type. Use full qualified application name instead of
+	  the binary filename. Replace 'Adjust' with 'Change'.
+
+2005-02-17	Benedikt Meurer <benny at xfce.org>
+
 	* ThunarPropertiesDialog.py: Integrate the 'Applications' tab
 	  with the 'General' tab, similar to `Windows Explorer'. Just a
 	  try.

Index: ThunarPropertiesDialog.py
===================================================================
RCS file: /var/cvs/thunar/design/ui/ThunarPropertiesDialog.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ThunarPropertiesDialog.py	16 Feb 2005 23:27:43 -0000	1.3
+++ ThunarPropertiesDialog.py	17 Feb 2005 16:07:19 -0000	1.4
@@ -85,7 +85,7 @@
     row += 1 ### }
 
     ### {
-    label = gtk.Label('<b>Type:</b>')
+    label = gtk.Label('<b>Kind:</b>')
     label.set_use_markup(True)
     label.set_alignment(1.0, 0.5)
     table.attach(label, 0, 1, row, row + 1, gtk.FILL, gtk.FILL)
@@ -118,13 +118,13 @@
     hbox.pack_start(image, False, False, 0)
     image.show()
 
-    label = gtk.Label('Xfmedia')
+    label = gtk.Label('Xfce Media Player')
     label.set_alignment(0.0, 0.5)
     label.set_selectable(True)
     hbox.pack_start(label, False, True, 0)
     label.show()
 
-    button = gtk.Button('Adjust...')
+    button = gtk.Button('Ch_ange')
     hbox.pack_end(button, False, False, 0)
     button.show()
     row += 1 ### }




More information about the Thunar-workers mailing list