~ubuntu-branches/ubuntu/wily/ipe/wily-proposed

« back to all changes in this revision

Viewing changes to src/ipe/appui.cpp

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-01-15 22:33:06 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120115223306-4gh8wgv0em3w8ptm
Tags: 7.1.2-1
* New upstream.

* ipe.preinst: New.  Remove old directory /usr/share/doc/ipe/doc if it
  exists on upgrade.  That path is now a symlink, but linking fails if
  the directory is there.  Closes: #654922.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/*
5
5
 
6
6
    This file is part of the extensible drawing editor Ipe.
7
 
    Copyright (C) 1993-2011  Otfried Cheong
 
7
    Copyright (C) 1993-2012  Otfried Cheong
8
8
 
9
9
    Ipe is free software; you can redistribute it and/or modify it
10
10
    under the terms of the GNU General Public License as published by
78
78
  addRootMenu(ESnapMenu, "&Snap");
79
79
  addRootMenu(EModeMenu, "&Mode");
80
80
  addRootMenu(EZoomMenu, "&Zoom");
81
 
  addRootMenu(ELayerMenu, "&Layer");
82
 
  addRootMenu(EViewMenu, "&View");
83
 
  addRootMenu(EPageMenu, "&Page");
 
81
  addRootMenu(ELayerMenu, "&Layers");
 
82
  addRootMenu(EViewMenu, "&Views");
 
83
  addRootMenu(EPageMenu, "&Pages");
84
84
  addRootMenu(EIpeletMenu, "&Ipelets");
85
85
  addRootMenu(EHelpMenu, "&Help");
86
86
 
90
90
  addItem(EFileMenu, "Save", "save");
91
91
  addItem(EFileMenu, "Save as", "save_as");
92
92
  addItem(EFileMenu);
 
93
  addItem(EFileMenu, "Automatically run Latex", "*auto_latex");
93
94
  addItem(EFileMenu, "Run Latex", "run_latex");
94
95
  addItem(EFileMenu);
95
96
  addItem(EFileMenu, "Close", "close");