X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=panel-plugin%2Fxfce4-hdaps-dialogs.c;h=7878e418089081a930df3fcf584a955efc162df6;hp=046beac60daeaa2857a77d4a611ba0cc8a256c73;hb=8c39d1e4bf121a522dcc12eb72c1d4d84e943f13;hpb=5493854dff828914aeb6d60b8fe10ac170820737 diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 046beac..7878e41 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -22,10 +22,12 @@ #include #endif +#include #include #include #include #include "xfce4-hdaps-dialogs.h" +#include "hdaps.h" /* Wild guess. Actually borrowed from some code I copy-and-pasted. Doesn't seem too ugly. */ @@ -198,7 +200,7 @@ void hdaps_about(XfcePanelPlugin *plugin) { about = xfce_about_info_new("xfce4-hdaps", VERSION, _("An HDAPS Plugin for XFCE4"), - XFCE_COPYRIGHT_TEXT("2009", "Michael Orlitzky"), + XFCE_COPYRIGHT_TEXT("2010", "Michael Orlitzky"), NULL); xfce_about_info_set_homepage(about, PLUGIN_WEBSITE);