~ubuntu-branches/ubuntu/trusty/rasmol/trusty

« back to all changes in this revision

Viewing changes to src/x11win.c

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2007-11-01 18:36:04 UTC
  • Revision ID: james.westby@ubuntu.com-20071101183604-7ttp7wjkgptexbx9
Tags: 2.7.3.1-3
* Remove explicit strip command from debian/rules in favor of dh_strip
  (closes: #437884)
* "Upstream" improvents from the GTK branch
  - Load help file from Help->User Manual
  - Abbreviate long filenames in the File menu list
  - Remove radio buttons from Display and Colours menus
  - Add File->Export in GTK GUI
  - Printing support using gtk_print
  - GTK recent files support, File->Open Recent
* Build-depend on libgtk2.0-dev (>= 2.12.0-1)
* Change build depend from x-dev to x11proto-core-dev
* Scale down the menu icon to 32x32 pixels
* Add information on the GTK version to debian/copyright
* Add README.Debian with info on the bazaar branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
static MenuItem HelMenu[2] = {
279
279
    { &MsgStrs[StrMAbout]   /* "About RasMol..."*/,  0x10,  &MsgAuxl[StrMAbout],
280
280
        &MsgLens[StrMAbout], NULL, 0 },
281
 
    { &MsgStrs[StrMUserM]   /* "User Manual..." */,  0x10,  &MsgAuxl[StrMUserM],
 
281
    { &MsgStrs[StrMUserM]   /* "User Manual..." */,  0x11,  &MsgAuxl[StrMUserM],
282
282
        &MsgLens[StrMUserM], NULL, 0 } };
283
283
 
284
284