diff options
Diffstat (limited to 'plugins/hextray/callbacks.h')
-rw-r--r-- | plugins/hextray/callbacks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hextray/callbacks.h b/plugins/hextray/callbacks.h index 99cbae74..fc7cf47b 100644 --- a/plugins/hextray/callbacks.h +++ b/plugins/hextray/callbacks.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _H_CALLBACKS_H @@ -34,4 +34,4 @@ LRESULT CALLBACK AlertsProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) LRESULT CALLBACK SettingsProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); int CALLBACK PrefProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam); -#endif \ No newline at end of file +#endif |