~ubuntu-branches/ubuntu/quantal/synaptic/quantal

« back to all changes in this revision

Viewing changes to gtk/rgmainwindow.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Sergey Alyoshin, Michael Vogt
  • Date: 2012-05-21 13:52:30 UTC
  • mfrom: (3.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20120521135230-rtf6al7kp7sszezo
Tags: 0.75.11
[  Sergey Alyoshin ]
* Fix some compiler warnings, closes: #672919
* Fix missing Help/Contents localization, closes: #670961

[ Michael Vogt ]
* add "ctrl-l" accelerator key for downloading the changelog,
  closes: #388250
* merge patch from Carsten Hey to support multiarch deborphan,
  closes: #670542
* only try to apply distro specific patches if there are any,
  thanks to  Moritz Muehlenhoff, closes: #626257

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
   PKG_REINSTALL
68
68
} RGPkgAction;
69
69
 
70
 
static char *relOptions[] = {
71
 
   N_("Dependencies"),
72
 
   N_("Dependants"),
73
 
   N_("Dependencies of the Latest Version"),
74
 
   N_("Provided Packages"),
75
 
   NULL
76
 
};
 
70
extern const char *relOptions[];
77
71
 
78
72
class RGMainWindow : public RGGtkBuilderWindow, public RPackageObserver {
79
73