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:
parent
30c1207620
commit
94238895cb
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue