~ubuntu-branches/debian/sid/gnome-terminal/sid

« back to all changes in this revision

Viewing changes to src/terminal-options.c

  • Committer: Package Import Robot
  • Author(s): Josselin Mouette
  • Date: 2011-11-20 00:25:02 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111120002502-tyyp0w702juf779c
Tags: 3.2.1-2
Reintroduce gtk2 build-dependency, it’s required for 
gtk-builder-convert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1034
1034
      0,
1035
1035
      G_OPTION_ARG_CALLBACK,
1036
1036
      option_geometry_callback,
1037
 
      N_("Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y)"),
 
1037
      N_("Set the window size; for example: 80x24, or 80x24+200+200 (COLSxROWS+X+Y)"),
1038
1038
      N_("GEOMETRY")
1039
1039
    },
1040
1040
    {