Usability-issues - part II



Hi,

some might start laughing, but I just noticed for the very first time 
that Balsa is the only app I have which has a an unconform Help-menu. 
All apps have the "content" and the "info" - entries in that order. 
balsa is presenting it the other way round and puts a ruler/spacer 
inbetween.
Attached is my very first patch ever, against 2.0.10 and most probably 
anything later, dunno if the structure is ok, it shouldn't be really 
needed anyways... *g*

bye,

Darko
diff -urN balsa-2.0.10/src/main-window.c balsa-2.0.10.hacked/src/main-window.c
--- balsa-2.0.10/src/main-window.c	2003-03-24 22:48:36.000000000 +0100
+++ balsa-2.0.10.hacked/src/main-window.c	2003-04-15 00:37:37.000000000 +0200
@@ -645,9 +645,8 @@
 };
 
 static GnomeUIInfo help_menu[] = {
-    GNOMEUIINFO_MENU_ABOUT_ITEM(show_about_box, NULL),
-    GNOMEUIINFO_SEPARATOR,
     GNOMEUIINFO_HELP("balsa"),
+    GNOMEUIINFO_MENU_ABOUT_ITEM(show_about_box, NULL),
     GNOMEUIINFO_END
 };
 

PGP signature



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