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
2e8a1e11
Kaydet (Commit)
2e8a1e11
authored
Ock 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweak button order for alien warn dialog
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
üst
794f5af1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
alienwarn.cxx
sfx2/source/dialog/alienwarn.cxx
+1
-1
alienwarndialog.ui
sfx2/uiconfig/ui/alienwarndialog.ui
+3
-2
No files found.
sfx2/source/dialog/alienwarn.cxx
Dosyayı görüntüle @
2e8a1e11
...
...
@@ -28,7 +28,7 @@ SfxAlienWarningDialog::SfxAlienWarningDialog(Window* pParent, const OUString& _r
:
MessageDialog
(
pParent
,
"AlienWarnDialog"
,
"sfx/ui/alienwarndialog.ui"
)
{
get
(
m_pWarningOnBox
,
"ask"
);
get
(
m_pKeepCurrentBtn
,
"
ok
"
);
get
(
m_pKeepCurrentBtn
,
"
save
"
);
// replace formatname (text)
OUString
sInfoText
=
get_primary_text
();
...
...
sfx2/uiconfig/ui/alienwarndialog.ui
Dosyayı görüntüle @
2e8a1e11
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Wed Jan 8 12:08:58 2014 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object
class=
"GtkMessageDialog"
id=
"AlienWarnDialog"
>
...
...
@@ -22,7 +23,7 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"
ok
"
>
<object
class=
"GtkButton"
id=
"
save
"
>
<property
name=
"label"
translatable=
"yes"
>
_Use %FORMATNAME Format
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
...
...
@@ -81,7 +82,7 @@
</object>
</child>
<action-widgets>
<action-widget
response=
"1"
>
ok
</action-widget>
<action-widget
response=
"1"
>
save
</action-widget>
<action-widget
response=
"0"
>
cancel
</action-widget>
</action-widgets>
</object>
...
...
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