~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/unix/uifliplist.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-07-12 10:12:00 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050712101200-sesaehw0y62yoo6o
Tags: 1.16-4
* Apply patch from Jens Seidel <jensseidel@users.sf.net> to de.po,
  fixing German translation issues (closes: #313846)
* Standards-Version: 3.6.1.1 (going to 3.6.2 is going to require me to
  take a closer look at the menus)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef _UIGLIPLIST_H
29
29
#define _UIFLIPLIST_H
30
30
 
 
31
#include "x11/x11menu.h"
 
32
 
31
33
extern struct ui_menu_entry_s fliplist_submenu[];
32
34
 
33
35
extern void uifliplist_update_menus(int from_unit, int to_unit);