~ubuntu-branches/debian/experimental/easytag/experimental

« back to all changes in this revision

Viewing changes to src/about.c

  • Committer: Package Import Robot
  • Author(s): Maia Kozheva
  • Date: 2012-04-09 11:37:09 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20120409113709-mmdo8zqk29n4jxip
Tags: 2.1.7-1
* New upstream release.
* Add fix_segfault_loading_tags_from_txt.patch:
  - From upstream git, fixes crashes when applying tags loaded from TXT file.
    (Closes: #646978)
* debian/control:
  - Update Standards-Version to 3.9.3.
* debian/rules:
  - Remove get-orig-source, now using an unmodified upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
            {"    - Jose Sun ",                     _("(Chinese (Taiwan) translation)")},
181
181
            {"    - Yuval Hager ",                  _("(Hebrew translation)")},
182
182
            {"    - Miloš Popović ",                _("(Serbian translation)")},
 
183
            {"    - Götz Waschk ",                  _("(German translation)")},
183
184
            {NULL,NULL}
184
185
            };
185
186
 
226
227
            "    - Emmanuel Brun\n"
227
228
            "    - Maarten Maathuis\n"
228
229
            "    - Pierre Dumuid\n"
 
230
            "    - Kip Warner\n"
 
231
            "    - Mark Ferry\n"
 
232
            "    - Gaute Amundsen\n"
229
233
            "";
230
234
 
231
235
    GtkWidget *ExtensionList;