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
097c9f29
Kaydet (Commit)
097c9f29
authored
Haz 13, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#51046 fix tab order in About box
Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507
üst
1dc9da9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
about.cxx
cui/source/dialogs/about.cxx
+1
-1
about.hxx
cui/source/inc/about.hxx
+1
-1
No files found.
cui/source/dialogs/about.cxx
Dosyayı görüntüle @
097c9f29
...
@@ -75,8 +75,8 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId) :
...
@@ -75,8 +75,8 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId) :
aCopyrightTextShadow
(
this
,
ResId
(
ABOUT_COPYRIGHT_TEXT
,
*
rId
.
GetResMgr
()
)
),
aCopyrightTextShadow
(
this
,
ResId
(
ABOUT_COPYRIGHT_TEXT
,
*
rId
.
GetResMgr
()
)
),
aLogoImage
(
this
,
ResId
(
ABOUT_IMAGE_LOGO
,
*
rId
.
GetResMgr
()
)
),
aLogoImage
(
this
,
ResId
(
ABOUT_IMAGE_LOGO
,
*
rId
.
GetResMgr
()
)
),
aCreditsButton
(
this
,
ResId
(
ABOUT_BTN_CREDITS
,
*
rId
.
GetResMgr
()
)
),
aCreditsButton
(
this
,
ResId
(
ABOUT_BTN_CREDITS
,
*
rId
.
GetResMgr
()
)
),
aWebsiteButton
(
this
,
ResId
(
ABOUT_BTN_WEBSITE
,
*
rId
.
GetResMgr
()
)
),
aLicenseButton
(
this
,
ResId
(
ABOUT_BTN_LICENSE
,
*
rId
.
GetResMgr
()
)
),
aLicenseButton
(
this
,
ResId
(
ABOUT_BTN_LICENSE
,
*
rId
.
GetResMgr
()
)
),
aWebsiteButton
(
this
,
ResId
(
ABOUT_BTN_WEBSITE
,
*
rId
.
GetResMgr
()
)
),
aCancelButton
(
this
,
ResId
(
ABOUT_BTN_CANCEL
,
*
rId
.
GetResMgr
()
)
),
aCancelButton
(
this
,
ResId
(
ABOUT_BTN_CANCEL
,
*
rId
.
GetResMgr
()
)
),
m_aVersionTextStr
(
ResId
(
ABOUT_STR_VERSION
,
*
rId
.
GetResMgr
()).
toString
().
trim
()),
m_aVersionTextStr
(
ResId
(
ABOUT_STR_VERSION
,
*
rId
.
GetResMgr
()).
toString
().
trim
()),
m_aVendorTextStr
(
ResId
(
ABOUT_STR_VENDOR
,
*
rId
.
GetResMgr
())),
m_aVendorTextStr
(
ResId
(
ABOUT_STR_VENDOR
,
*
rId
.
GetResMgr
())),
...
...
cui/source/inc/about.hxx
Dosyayı görüntüle @
097c9f29
...
@@ -52,8 +52,8 @@ private:
...
@@ -52,8 +52,8 @@ private:
MultiLineEdit
aCopyrightTextShadow
;
MultiLineEdit
aCopyrightTextShadow
;
FixedImage
aLogoImage
;
FixedImage
aLogoImage
;
PushButton
aCreditsButton
;
PushButton
aCreditsButton
;
PushButton
aWebsiteButton
;
PushButton
aLicenseButton
;
PushButton
aLicenseButton
;
PushButton
aWebsiteButton
;
CancelButton
aCancelButton
;
CancelButton
aCancelButton
;
String
aVersionData
;
String
aVersionData
;
...
...
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