uppercase the rotation options. Closes bug #410959.

2007-03-21  Jens Granseuer  <jensgr@gmx.net>

	* main.c: uppercase the rotation options. Closes bug #410959.

svn path=/trunk/; revision=7410
This commit is contained in:
Jens Granseuer 2007-03-21 17:26:08 +00:00 committed by Jens Granseuer
parent 30c1207620
commit 94238895cb
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2007-03-21 Jens Granseuer <jensgr@gmx.net>
* main.c: uppercase the rotation options. Closes bug #410959.
2007-03-01 Jens Granseuer <jensgr@gmx.net>
* main.c: (create_dialog): fix double-free reported by Sandino

View file

@ -22,10 +22,10 @@ static struct {
Rotation rotation;
gchar const * name;
} const rotations[] = {
{RR_Rotate_0, N_("normal")},
{RR_Rotate_90, N_("left")},
{RR_Rotate_180, N_("inverted")},
{RR_Rotate_270, N_("right")}
{RR_Rotate_0, N_("Normal")},
{RR_Rotate_90, N_("Left")},
{RR_Rotate_180, N_("Inverted")},
{RR_Rotate_270, N_("Right")}
};
static Rotation