gnome-netstatus r798 - in trunk: . help/de help/ja help/ko help/zh_CN help/zh_HK help/zh_TW



Author: diegoe
Date: Sun Mar  8 01:50:08 2009
New Revision: 798
URL: http://svn.gnome.org/viewvc/gnome-netstatus?rev=798&view=rev

Log:
Use relative symlinks in help images

Some help files don't use translated images, so they symlink. They should be
relative symlinks though, to avoid hardcoding stuff, which is always evil.
Fixes bug #375932. Patch by Takao Fujiwara.

Modified:
   trunk/ChangeLog
   trunk/help/de/Makefile.am
   trunk/help/ja/Makefile.am
   trunk/help/ko/Makefile.am
   trunk/help/zh_CN/Makefile.am
   trunk/help/zh_HK/Makefile.am
   trunk/help/zh_TW/Makefile.am

Modified: trunk/help/de/Makefile.am
==============================================================================
--- trunk/help/de/Makefile.am	(original)
+++ trunk/help/de/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \

Modified: trunk/help/ja/Makefile.am
==============================================================================
--- trunk/help/ja/Makefile.am	(original)
+++ trunk/help/ja/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \

Modified: trunk/help/ko/Makefile.am
==============================================================================
--- trunk/help/ko/Makefile.am	(original)
+++ trunk/help/ko/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \

Modified: trunk/help/zh_CN/Makefile.am
==============================================================================
--- trunk/help/zh_CN/Makefile.am	(original)
+++ trunk/help/zh_CN/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \

Modified: trunk/help/zh_HK/Makefile.am
==============================================================================
--- trunk/help/zh_HK/Makefile.am	(original)
+++ trunk/help/zh_HK/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \

Modified: trunk/help/zh_TW/Makefile.am
==============================================================================
--- trunk/help/zh_TW/Makefile.am	(original)
+++ trunk/help/zh_TW/Makefile.am	Sun Mar  8 01:50:08 2009
@@ -4,7 +4,7 @@
 entities = legal.xml
 
 dest_figdir = figures
-src_figdir  = $(datadir)/icons/hicolor/48x48/apps
+src_figdir  = ../../C/figures
 figures =                               \
 	gnome-netstatus-disconn.png     \
 	gnome-netstatus-idle.png        \



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