changeset 109848:637005c4c3ca

* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
author Jan D <jan.h.d@swipnet.se>
date Thu, 19 Aug 2010 07:55:30 +0200
parents 80192451ba34
children d9c31ab84005 8e87a11732d4 7a86ccf3260e 92cc550cda9a d86e0c3de741
files src/ChangeLog src/nsselect.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 18 20:45:46 2010 -0700
+++ b/src/ChangeLog	Thu Aug 19 07:55:30 2010 +0200
@@ -1,3 +1,7 @@
+2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
+
 2010-08-18  Eli Zaretskii  <eliz@gnu.org>
 
 	* xterm.c (x_draw_bar_cursor):
--- a/src/nsselect.m	Wed Aug 18 20:45:46 2010 -0700
+++ b/src/nsselect.m	Thu Aug 19 07:55:30 2010 +0200
@@ -542,8 +542,8 @@
 void
 nxatoms_of_nsselect (void)
 {
-  NXPrimaryPboard = @"PrimarySelection";
-  NXSecondaryPboard = @"SecondarySelection";
+  NXPrimaryPboard = @"Selection";
+  NXSecondaryPboard = @"Secondary";
 }
 
 void