diff options
author | TingPing <tingping@tingping.se> | 2012-12-23 13:59:45 -0800 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-23 13:59:45 -0800 |
commit | 6354721391d128a2b9923696b1f71d7f32a51dec (patch) | |
tree | 99383af72f414c897b5a102c4fdb53d08896f3e3 /plugins/hextray/sdAlerts.cpp | |
parent | 32eac07424db6e794cc4bc0350545a1f72237efd (diff) | |
parent | b04377825fb3a6c35c22580295c410f442be5983 (diff) |
Merge pull request #339 from dmashal/master
fix incorrect fsf address for all files
Diffstat (limited to 'plugins/hextray/sdAlerts.cpp')
-rw-r--r-- | plugins/hextray/sdAlerts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hextray/sdAlerts.cpp b/plugins/hextray/sdAlerts.cpp index 5e042806..bf61f1eb 100644 --- a/plugins/hextray/sdAlerts.cpp +++ b/plugins/hextray/sdAlerts.cpp @@ -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 */ #include <windows.h> @@ -106,4 +106,4 @@ LRESULT CALLBACK sdAlertProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) int sdAlertNum() { return g_iAlerts; -} \ No newline at end of file +} |