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

Re: gEDA-user: solder/component --> top/bottom ?



DJ Delorie wrote:

> From the user's point of view, we use top/bottom [hopefully]
> consistently.

There are at least three places in the GTK-GUI that still expose 
"solder/component": 

a) The first item on the left in the status line, which gives a 
hint on the side the canvas shows. (patch attached)

b) The names of the copper groups in 
  File -> Preferences -> Groups

c) The help text in 
  File -> Preferences -> Info

---<)kaimartin(>---
-- 
Kai-Martin Knaak, Email: kmk@xxxxxxxxxxxxxxx
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53
Still unhappy with moderation of geda-user. 
Why? Because it is completely intransparent.
From 0151d48168c53e6d57d60144d139e1504450ca65 Mon Sep 17 00:00:00 2001
From: Kai-Martin Knaak <kmk@xxxxxxxxxxxx>
Date: Mon, 19 Sep 2011 03:54:52 +0200
Subject: [PATCH] top/bottom in status line of GTK-HID

This patch replaces "component" and "solder" in the leftmost item of the
status line of the GTK HID with "top" and "bottom".
---
 src/hid/gtk/gui-misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/hid/gtk/gui-misc.c b/src/hid/gtk/gui-misc.c
index 0f8daf7..e84b276 100644
--- a/src/hid/gtk/gui-misc.c
+++ b/src/hid/gtk/gui-misc.c
@@ -413,7 +413,7 @@ ghid_set_status_line_label (void)
           "<b>text</b>=%i%%  "
           "<b>buffer</b>=#%i"),
       Settings.grid_unit->allow,
-      Settings.ShowSolderSide ? _("solder") : _("component"),
+      Settings.ShowSolderSide ? _("bottom") : _("top"),
       PCB->Grid,
       flag, TEST_FLAG (RUBBERBANDFLAG, PCB) ? ",R  " : "  ",
       Settings.LineThickness,
-- 
1.7.5.4



_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user