[gnome-terminal] Improve --geometry description
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Improve --geometry description
- Date: Tue, 15 Dec 2009 06:25:01 +0000 (UTC)
commit a535b70ba4cc6eb371df5f3e9a4847e456d9d7b5
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Dec 15 01:23:05 2009 -0500
Improve --geometry description
It's a mystery to me: the X,Y are in pixels indeed, but WxH is interpretted
as COLSxROWS, even though we call gtk_window_parse_geometry() to set the
geometry.
src/terminal-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-options.c b/src/terminal-options.c
index c87c669..39ef2ba 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1034,7 +1034,7 @@ get_goption_context (TerminalOptions *options)
0,
G_OPTION_ARG_CALLBACK,
option_geometry_callback,
- N_("Set the window size; for example: 80x24"),
+ N_("Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y)"),
N_("GEOMETRY")
},
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]