Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f4003ccb
Kaydet (Commit)
f4003ccb
authored
Agu 14, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
personas: Better default searches, improved error messaging.
Change-Id: I0a1303f5864516efbf69e7a0227f17e43aea4af7
üst
8288aaa5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
personalization.cxx
cui/source/options/personalization.cxx
+8
-7
personalization.src
cui/source/options/personalization.src
+2
-2
No files found.
cui/source/options/personalization.cxx
Dosyayı görüntüle @
f4003ccb
...
...
@@ -45,23 +45,23 @@ SelectPersonaDialog::SelectPersonaDialog( Window *pParent )
m_pSearchButton
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_vSearchSuggestions
[
0
],
"suggestion1"
);
m_vSearchSuggestions
[
0
]
->
SetText
(
"
libreo
ffice"
);
m_vSearchSuggestions
[
0
]
->
SetText
(
"
LibreO
ffice"
);
m_vSearchSuggestions
[
0
]
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_vSearchSuggestions
[
1
],
"suggestion2"
);
m_vSearchSuggestions
[
1
]
->
SetText
(
"
science
"
);
m_vSearchSuggestions
[
1
]
->
SetText
(
"
Abstract
"
);
m_vSearchSuggestions
[
1
]
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_vSearchSuggestions
[
2
],
"suggestion3"
);
m_vSearchSuggestions
[
2
]
->
SetText
(
"
firefox
"
);
m_vSearchSuggestions
[
2
]
->
SetText
(
"
Color
"
);
m_vSearchSuggestions
[
2
]
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_vSearchSuggestions
[
3
],
"suggestion4"
);
m_vSearchSuggestions
[
3
]
->
SetText
(
"
nasa
"
);
m_vSearchSuggestions
[
3
]
->
SetText
(
"
Music
"
);
m_vSearchSuggestions
[
3
]
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_vSearchSuggestions
[
4
],
"suggestion5"
);
m_vSearchSuggestions
[
4
]
->
SetText
(
"
harry potter
"
);
m_vSearchSuggestions
[
4
]
->
SetText
(
"
Nature
"
);
m_vSearchSuggestions
[
4
]
->
SetClickHdl
(
LINK
(
this
,
SelectPersonaDialog
,
SearchPersonas
)
);
get
(
m_pEdit
,
"search_term"
);
...
...
@@ -562,8 +562,9 @@ void SearchAndParseThread::execute()
}
catch
(...)
{
sProgress
=
CUI_RES
(
RID_SVXSTR_SEARCHERROR
);
m_pPersonaDialog
->
SetProgress
(
sProgress
);
sProgress
=
CUI_RES
(
RID_SVXSTR_SEARCHERROR
);
sProgress
=
sProgress
.
replaceAll
(
"%1"
,
m_aURL
);
m_pPersonaDialog
->
SetProgress
(
sProgress
);
return
;
}
...
...
cui/source/options/personalization.src
Dosyayı görüntüle @
f4003ccb
...
...
@@ -31,12 +31,12 @@ String RID_SVXSTR_SELECTEDPERSONA
String RID_SVXSTR_SEARCHING
{
Text [ en-US ] = "Searching
.. Please Wait
..";
Text [ en-US ] = "Searching
, please wait.
..";
};
String RID_SVXSTR_SEARCHERROR
{
Text [ en-US ] = "
Something went wrong. Please try again
.";
Text [ en-US ] = "
Cannot open %1, please try again later
.";
};
String RID_SVXSTR_NORESULTS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment