~ubuntu-branches/ubuntu/dapper/newt/dapper

« back to all changes in this revision

Viewing changes to debian/patches/97_utf8_border.patch

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-03-22 12:44:37 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050322124437-nuhl0pqjcijjno9z
Tags: 0.51.6-20ubuntu3
Add Xhosa translation (thanks, Adi Attar).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN newt-0.51.6-old/newt.c newt-0.51.6/newt.c
 
2
--- newt-0.51.6-old/newt.c      2004-08-13 20:37:14.000000000 +0100
 
3
+++ newt-0.51.6/newt.c  2004-08-13 20:42:42.000000000 +0100
 
4
@@ -662,7 +662,9 @@
 
5
     newtTrashScreen();
 
6
 
 
7
     SLsmg_set_color(NEWT_COLORSET_BORDER);
 
8
+    SLsmg_set_char_set(1);
 
9
     SLsmg_draw_box(top - 1, left - 1, height + 2, width + 2);
 
10
+    SLsmg_set_char_set(0);
 
11
 
 
12
     if (currentWindow->title) {
 
13
        trim_string (currentWindow->title, width-4);