Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89823 | Differences between
and this patch

Collapse All | Expand All

(-)kpilot/lib/pilotAppInfo.h.orig (-1 / +7 lines)
Lines 136-143 Link Here
136
* (again, from pilot-link).
136
* (again, from pilot-link).
137
*/
137
*/
138
template <typename appinfo,
138
template <typename appinfo,
139
#if PILOT_LINK_IS(0,12,2)
140
	int(*unpack)(appinfo *, const unsigned char *, PI_SIZE_T),
141
	int(*pack)(const appinfo *, unsigned char *, PI_SIZE_T)
142
#else
139
	int(*unpack)(appinfo *, unsigned char *, PI_SIZE_T),
143
	int(*unpack)(appinfo *, unsigned char *, PI_SIZE_T),
140
	int(*pack)(appinfo *, unsigned char *, PI_SIZE_T)>
144
	int(*pack)(appinfo *, unsigned char *, PI_SIZE_T)
145
#endif
146
	>
141
class PilotAppInfo : public PilotAppInfoBase
147
class PilotAppInfo : public PilotAppInfoBase
142
{
148
{
143
public:
149
public:
(-)kpilot/kpilot/kpilot.desktop.orig (-1 / +4 lines)
Lines 7-12 Link Here
7
Name[fr]=Palm Pilot
7
Name[fr]=Palm Pilot
8
Name[hi]=के-पायलट
8
Name[hi]=के-पायलट
9
Name[lv]=KPilots
9
Name[lv]=KPilots
10
Name[mk]=КПилот
11
Name[ne]=केडीई पाइलट
10
Name[pt_BR]=Ferramenta para PalmPilot
12
Name[pt_BR]=Ferramenta para PalmPilot
11
Name[sv]=Kpilot
13
Name[sv]=Kpilot
12
Name[ta]=கேபைலட்
14
Name[ta]=கேபைலட்
Lines 43-53 Link Here
43
GenericName[km]=ឧបករណ៍ PalmPilot
45
GenericName[km]=ឧបករណ៍ PalmPilot
44
GenericName[lt]=PalmPilot įrankis
46
GenericName[lt]=PalmPilot įrankis
45
GenericName[lv]=PalmPilota Rīks
47
GenericName[lv]=PalmPilota Rīks
46
GenericName[mk]=Алатка за Palm Pilot
48
GenericName[mk]=Алатка за PalmPilot
47
GenericName[ms]=Alat PalmPilot 
49
GenericName[ms]=Alat PalmPilot 
48
GenericName[mt]=Għodda għall-Palm Pilot
50
GenericName[mt]=Għodda għall-Palm Pilot
49
GenericName[nb]=PalmPilot-verktøy
51
GenericName[nb]=PalmPilot-verktøy
50
GenericName[nds]=PalmPilot-Warktüüch
52
GenericName[nds]=PalmPilot-Warktüüch
53
GenericName[ne]=पाल्म पाइलट उपकरण
51
GenericName[nl]=Palm Pilot-synchronisatie
54
GenericName[nl]=Palm Pilot-synchronisatie
52
GenericName[nn]=Palm Pilot-verktøy
55
GenericName[nn]=Palm Pilot-verktøy
53
GenericName[nso]=Sebereka sa PalmPilot
56
GenericName[nso]=Sebereka sa PalmPilot

Return to bug 89823