Loading README +3 −3 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ want to access your notes by cycling to them (Alt+Tab by default). Homepage ---------- http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin https://docs.xfce.org/panel-plugins/xfce4-notes-plugin Dependencies Loading Loading @@ -76,6 +76,6 @@ Select the product “Xfce Panel Plugins” and the component “notes”. Feature requests are always welcome. You can also join the Xfce Goodies mailing-list: http://foo-projects.org/mailman/listinfo/goodies-dev. You can also join the Xfce development mailing-list: https://mail.xfce.org/mailman/listinfo/xfce4-dev configure.ac.in +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce AC_PREREQ([2.50]) AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfce4-notes-plugin], [http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin]) [https://docs.xfce.org/panel-plugins/xfce4-notes-plugin]) AC_REVISION([xfce4_notes_plugin_version_build]) AC_CANONICAL_TARGET() AC_CONFIG_HEADERS([config.h]) Loading lib/application.vala +2 −2 Original line number Diff line number Diff line Loading @@ -726,8 +726,8 @@ namespace Xnp { "version", Config.PACKAGE_VERSION, "copyright", "Copyright © 2003-2010 The Xfce development team", "license", Xfce.get_license_text (Xfce.LicenseTextType.GPL), "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin", "website-label", "goodies.xfce.org", "website", "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin", "website-label", "docs.xfce.org", "authors", authors, "translator-credits", _("translator-credits"), null); Loading src/defines.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #ifndef DEFINES_H #define DEFINES_H #define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" #define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin" #define PLUGIN_XFCONF_CHANNEL "xfce4-notes-plugin" #define BORDER 6 Loading Loading
README +3 −3 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ want to access your notes by cycling to them (Alt+Tab by default). Homepage ---------- http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin https://docs.xfce.org/panel-plugins/xfce4-notes-plugin Dependencies Loading Loading @@ -76,6 +76,6 @@ Select the product “Xfce Panel Plugins” and the component “notes”. Feature requests are always welcome. You can also join the Xfce Goodies mailing-list: http://foo-projects.org/mailman/listinfo/goodies-dev. You can also join the Xfce development mailing-list: https://mail.xfce.org/mailman/listinfo/xfce4-dev
configure.ac.in +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce AC_PREREQ([2.50]) AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfce4-notes-plugin], [http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin]) [https://docs.xfce.org/panel-plugins/xfce4-notes-plugin]) AC_REVISION([xfce4_notes_plugin_version_build]) AC_CANONICAL_TARGET() AC_CONFIG_HEADERS([config.h]) Loading
lib/application.vala +2 −2 Original line number Diff line number Diff line Loading @@ -726,8 +726,8 @@ namespace Xnp { "version", Config.PACKAGE_VERSION, "copyright", "Copyright © 2003-2010 The Xfce development team", "license", Xfce.get_license_text (Xfce.LicenseTextType.GPL), "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin", "website-label", "goodies.xfce.org", "website", "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin", "website-label", "docs.xfce.org", "authors", authors, "translator-credits", _("translator-credits"), null); Loading
src/defines.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #ifndef DEFINES_H #define DEFINES_H #define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" #define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin" #define PLUGIN_XFCONF_CHANNEL "xfce4-notes-plugin" #define BORDER 6 Loading