Add UTC+5:30 to cinema dialog.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Aug 2016 08:20:15 +0000 (09:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Aug 2016 08:20:15 +0000 (09:20 +0100)
src/wx/cinema_dialog.cc

index b6285c835bc47ffa9f19f24a71e2ecd8aacb7cc4..264b046d1f5923f73b14ab29bb32435817fd6360 100644 (file)
@@ -102,6 +102,7 @@ CinemaDialog::CinemaDialog (wxWindow* parent, wxString title, string name, list<
        _offsets.push_back (Offset (_("UTC+3"),     3,  0));
        _offsets.push_back (Offset (_("UTC+4"),     4,  0));
        _offsets.push_back (Offset (_("UTC+5"),     5,  0));
+       _offsets.push_back (Offset (_("UTC+5:30"),  5, 30));
        _offsets.push_back (Offset (_("UTC+6"),     6,  0));
        _offsets.push_back (Offset (_("UTC+7"),     7,  0));
        _offsets.push_back (Offset (_("UTC+8"),     8,  0));