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
24e76b65
Kaydet (Commit)
24e76b65
authored
Agu 21, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + string
Change-Id: If03a966ab6519d1335903b7d76cb44c38113a4a3
üst
bf2c2ec5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
cfg.cxx
cui/source/customize/cfg.cxx
+2
-2
cfg.hrc
cui/source/customize/cfg.hrc
+0
-1
cfg.src
cui/source/customize/cfg.src
+2
-4
cuires.hrc
cui/source/inc/cuires.hrc
+2
-0
No files found.
cui/source/customize/cfg.cxx
Dosyayı görüntüle @
24e76b65
...
...
@@ -2995,8 +2995,8 @@ bool SvxToolbarConfigPage::DeleteSelectedContent()
if
(
m_pContentsListBox
->
GetEntryCount
()
==
0
&&
GetTopLevelSelection
()
->
IsDeletable
()
)
{
QueryBox
qbox
(
this
,
CUI_RES
(
QBX_CONFIRM_DELETE_TOOLBAR
)
);
MessageDialog
qbox
(
this
,
CUI_RES
(
RID_SXVSTR_CONFIRM_DELETE_TOOLBAR
),
VCL_MESSAGE_QUESTION
,
VCL_BUTTONS_YES_NO
);
if
(
qbox
.
Execute
()
==
RET_YES
)
{
...
...
cui/source/customize/cfg.hrc
Dosyayı görüntüle @
24e76b65
...
...
@@ -38,6 +38,5 @@
#define MODIFY_TOOLBAR_CONTENT (61 + CFG_OFFSET)
#define QBX_CONFIRM_RESTORE_DEFAULT (66 + CFG_OFFSET)
#define QBX_CONFIRM_DELETE_TOOLBAR (67 + CFG_OFFSET)
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
cui/source/customize/cfg.src
Dosyayı görüntüle @
24e76b65
...
...
@@ -217,11 +217,9 @@ String RID_SVXSTR_TOOLBAR_NAME
Text [ en-US ] = "Toolbar Name" ;
};
QueryBox QBX
_CONFIRM_DELETE_TOOLBAR
String RID_SXVSTR
_CONFIRM_DELETE_TOOLBAR
{
Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
Text [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
};
/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
...
...
cui/source/inc/cuires.hrc
Dosyayı görüntüle @
24e76b65
...
...
@@ -408,6 +408,8 @@
#define RID_SVXSTR_NORESULTS (RID_SVX_START + 1281)
#define RID_SVXSTR_APPLYPERSONA (RID_SVX_START + 1282)
#define RID_SXVSTR_CONFIRM_DELETE_TOOLBAR (RID_SVX_START + 1283)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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