From 0ecadfc45326fce5fc4ba28b27a0a7ad484e5b84 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 12 Oct 2012 14:18:20 +0000 Subject: Gadu-Gadu: folders restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@1888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/resource.h | 147 ----------------------------------------- 1 file changed, 147 deletions(-) delete mode 100644 protocols/Gadu-Gadu/resource.h (limited to 'protocols/Gadu-Gadu/resource.h') diff --git a/protocols/Gadu-Gadu/resource.h b/protocols/Gadu-Gadu/resource.h deleted file mode 100644 index 86ec31eadb..0000000000 --- a/protocols/Gadu-Gadu/resource.h +++ /dev/null @@ -1,147 +0,0 @@ -//////////////////////////////////////////////////////////////////////////////// -// Gadu-Gadu Plugin for Miranda IM -// -// Copyright (c) 2003-2006 Adam Strzelecki -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -//////////////////////////////////////////////////////////////////////////////// - -#ifndef IDC_STATIC -#define IDC_STATIC -1 -#endif -#ifndef IDOK -#define IDOK 1 -#endif -#ifndef IDCANCEL -#define IDCANCEL 2 -#endif - -#define IDI_GG 251 -#define IDI_IMPORT_TEXT 252 -#define IDI_IMPORT_SERVER 253 -#define IDI_EXPORT_TEXT 254 -#define IDI_EXPORT_SERVER 255 -#define IDI_REMOVE_SERVER 256 -#define IDI_SETTINGS 257 -#define IDI_LIST 258 -#define IDI_NEXT 259 -#define IDI_PREV 260 -#define IDI_SCALE 261 -#define IDI_IMAGE 262 -#define IDI_DELETE 263 -#define IDI_SAVE 264 -#define IDI_CONFERENCE 265 -#define IDI_CLEAR_CONFERENCE 266 -#define IDI_SESSIONS 267 -#define IDI_BLOCK 268 - -#define IDD_INFO_GG 301 -#define IDD_CHPASS 302 -#define IDD_CHINFO_GG 303 -#define IDD_GGADVANCEDSEARCH 304 -#define IDD_CREATEACCOUNT 305 -#define IDD_REMOVEACCOUNT 306 -#define IDD_CHEMAIL 307 -#define IDD_OPT_GG_ADVANCED 308 -#define IDD_TOKEN 309 -#define IDD_CONFERENCE 310 -#define IDD_OPT_GG_GENERAL 311 -#define IDD_OPT_GG_CONFERENCE 312 -#define IDD_IMAGE_RECV 313 -#define IDD_IMAGE_SEND 314 -#define IDD_ACCMGRUI 315 -#define IDD_SESSIONS 316 - -#define IDC_UIN 401 -#define IDC_PASSWORD 402 -#define IDC_LOSTPASS 403 -#define IDC_FRIENDSONLY 404 -#define IDC_SHOWINVISIBLE 405 -#define IDC_KEEPALIVE 406 -#define IDC_SAFESTATUS 407 -#define IDC_MANUALHOST 408 -#define IDC_HOST 409 -#define IDC_PORT 410 -#define IDC_RELOADREQD 411 -#define IDC_IP 412 -#define IDC_REALIP 413 -#define IDC_FIRSTNAME 420 -#define IDC_LASTNAME 421 -#define IDC_NICKNAME 422 -#define IDC_GENDER 423 -#define IDC_BIRTHYEAR 424 -#define IDC_CITY 425 -#define IDC_FAMILYNAME 426 -#define IDC_CITYORIGIN 427 -#define IDC_STATUSDESCR 428 -#define IDC_EMAIL 429 -#define IDC_CPASSWORD 430 -#define IDC_SHOWCERRORS 431 -#define IDC_ARECONNECT 432 -#define IDC_LEAVESTATUSMSG 433 -#define IDC_LEAVESTATUS 434 -#define IDC_AGEFROM 435 -#define IDC_AGETO 436 -#define IDC_ONLYCONNECTED 437 -#define IDC_WHITERECT 438 -#define IDC_CREATEACCOUNT 439 -#define IDC_REMOVEACCOUNT 440 -#define IDC_CONFIRM 441 -#define IDC_SAVE 442 -#define IDC_CHPASS 443 -#define IDC_CHEMAIL 444 -#define IDC_DIRECTCONNS 445 -#define IDC_DIRECTPORT 446 -#define IDC_FORWARDHOST 447 -#define IDC_FORWARDPORT 448 -#define IDC_FORWARDING 449 -#define IDC_MSGACK 450 -#define IDC_SSLCONN 451 -#define IDC_VERSION 452 -#define IDC_TOKEN 453 -#define IDC_IGNORECONF 454 -#define IDC_SHOWLINKS 455 -#define IDC_IMGRECEIVE 456 -#define IDC_IMGMETHOD 457 - -#define IDC_IMAGECLOSE 458 -#define IDC_TABCONTROL 459 -#define IDC_IMAGE_SEND 460 -#define IDC_IMAGE_SAVE 461 - -#define IDC_GC_POLICY_TOTAL 462 -#define IDC_GC_POLICY_UNKNOWN 463 -#define IDC_GC_POLICY_DEFAULT 464 -#define IDC_GC_COUNT_TOTAL 465 -#define IDC_GC_COUNT_UNKNOWN 466 - -#define IDC_OPTIONSTAB 467 -#define IDC_ENABLEAVATARS 468 - -#define IDC_HEADERBAR 1001 -#define IDC_SESSIONS 1002 -#define IDC_SIGNOUTALL 1003 - -#define IDC_IMG_DELETE 1010 -#define IDC_IMG_SEND 1011 -#define IDC_IMG_PREV 1012 -#define IDC_IMG_NEXT 1013 -#define IDC_IMG_SCALE 1014 -#define IDC_IMG_SAVE 1015 -#define IDC_IMG_CANCEL 1016 -#define IDC_IMG_IMAGE 1017 -#define IDC_IMG_NAME 1018 - -#define IDC_CLIST 1200 -- cgit v1.2.3