~ubuntu-branches/ubuntu/hardy/xmedcon/hardy

« back to all changes in this revision

Viewing changes to source/xmnuftry.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2007-08-15 21:15:18 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070815211518-yvokt6xgve2be3i6
Tags: 0.9.9.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules: added dh_icons
  - Update maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * Functions    : XMdcMenusGetMain()      - Get main menu                  *
13
13
 *                                                                         *
14
14
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15
 
/* $Id: xmnuftry.c,v 1.31 2007/05/21 20:16:18 enlf Exp $
 
15
/* $Id: xmnuftry.c,v 1.32 2007/06/20 22:06:36 enlf Exp $
16
16
 */
17
17
 
18
18
/*
77
77
#endif
78
78
#if MDC_INCLUDE_ECAT
79
79
  {(char *)"/File/Save As/Ecat6",     NULL,XMdcFileSelSave,MDC_FRMT_ECAT6,NULL},
 
80
  #if MDC_INCLUDE_TPC
 
81
  {(char *)"/File/Save As/Ecat7",     NULL,XMdcFileSelSave,MDC_FRMT_ECAT7,NULL},
 
82
  #endif
80
83
#endif
81
84
#if MDC_INCLUDE_GIF
82
85
  {(char *)"/File/Save As/Gif89a",    NULL,XMdcFileSelSave,MDC_FRMT_GIF,NULL},