~ubuntu-branches/debian/sid/xfce4-clipman-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/xfce4-clipman-settings.c

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2012-04-09 21:26:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120409212650-u618echcdsndz3ak
Tags: 2:1.2.3-1
* New upstream release.
* debian/rules:
  - build with --parallel.
  - configure with --disable-static and stop removing .a files.
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  Copyright (c) 2009-2011 Mike Massonnet <mmassonnet@xfce.org>
 
2
 *  Copyright (c) 2009-2012 Mike Massonnet <mmassonnet@xfce.org>
3
3
 *
4
4
 *  This program is free software; you can redistribute it and/or modify
5
5
 *  it under the terms of the GNU General Public License as published by
269
269
  else
270
270
    {
271
271
      g_free (docpath);
272
 
      docpath = g_strdup ("http://docs.xfce.org/help.php?package=xfce4-clipman-plugin");
 
272
      docpath = g_strdup ("http://docs.xfce.org/extra/clipman/start");
273
273
    }
274
274
 
275
275
  /* Open documentation in webbrowser */
514
514
                                               GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
515
515
                                               GTK_MESSAGE_QUESTION,
516
516
                                               GTK_BUTTONS_YES_NO,
517
 
                                               _("<b>Reset actions</b>"), NULL);
 
517
                                               _("<b>Reset actions</b>"));
518
518
  gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
519
519
                                            _("Are you sure you want to reset the actions to the system default values?"));
520
520
  res = gtk_dialog_run (GTK_DIALOG (dialog));