summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-25 09:20:15 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-25 09:20:15 +0100
commit88c912d29832aea730bc80fa80ecaaf63e1e3a2a (patch)
tree6fff13753a802595238541c29954ac1efc4f0e1b /src
parent6e5b316d0dd9f4701dd1b4cad3d282e3d9d74e1d (diff)
Add UTC+5:30 to cinema dialog.
Diffstat (limited to 'src')
-rw-r--r--src/wx/cinema_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/cinema_dialog.cc b/src/wx/cinema_dialog.cc
index b6285c835..264b046d1 100644
--- a/src/wx/cinema_dialog.cc
+++ b/src/wx/cinema_dialog.cc
@@ -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));