summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-03-18 21:19:23 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-03-18 21:19:23 +0000
commit1ec694814379290d90d862b1f87a2136d6e7bd03 (patch)
tree9faac1e6d8b8142862399c88c51ede408abff59b
parent4d6b66467681807dedafc6cf983b70afc0d9c368 (diff)
downloademacs-1ec694814379290d90d862b1f87a2136d6e7bd03.tar.gz
* xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
that it doesn't become "tooltip". The specbind is enough.
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66b702a4011..0ca69254b4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
- * xfns.c: Removed setting of Vx_resource_name so that it doesn't
- become "tooltip". The specbind is enough.
+ * xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
+ that it doesn't become "tooltip". The specbind is enough.
* xrdb.c (x_load_resources): Use different char *helv when I18N
is present.