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
d0c3c16c
Kaydet (Commit)
d0c3c16c
authored
Agu 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert SV_EDIT_WARNING_BOX to MessageDialog + string
Change-Id: Ie3ceba0e3fa54b6aac7aca844588ed69063af02e
üst
c407e548
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
svids.hrc
vcl/inc/svids.hrc
+1
-1
edit.cxx
vcl/source/control/edit.cxx
+2
-2
stdtext.src
vcl/source/src/stdtext.src
+2
-2
No files found.
vcl/inc/svids.hrc
Dosyayı görüntüle @
d0c3c16c
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
#define SV_PRINT_INVALID_TXT 10616
#define SV_PRINT_INVALID_TXT 10616
#define SV_PRINT_CUSTOM_TXT 10617
#define SV_PRINT_CUSTOM_TXT 10617
#define SV_EDIT_WARNING_
BOX
10650
#define SV_EDIT_WARNING_
STR
10650
#define SV_FUNIT_STRINGS 10700
#define SV_FUNIT_STRINGS 10700
...
...
vcl/source/control/edit.cxx
Dosyayı görüntüle @
d0c3c16c
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
#include <vcl/virdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/menu.hxx>
#include <vcl/menu.hxx>
#include <vcl/edit.hxx>
#include <vcl/edit.hxx>
#include <vcl/layout.hxx>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/settings.hxx>
#include <vcl/settings.hxx>
#include <window.h>
#include <window.h>
...
@@ -791,7 +791,7 @@ void Edit::ShowTruncationWarning( Window* pParent )
...
@@ -791,7 +791,7 @@ void Edit::ShowTruncationWarning( Window* pParent )
ResMgr
*
pResMgr
=
ImplGetResMgr
();
ResMgr
*
pResMgr
=
ImplGetResMgr
();
if
(
pResMgr
)
if
(
pResMgr
)
{
{
WarningBox
aBox
(
pParent
,
ResId
(
SV_EDIT_WARNING_BOX
,
*
pResMgr
)
);
MessageDialog
aBox
(
pParent
,
ResId
(
SV_EDIT_WARNING_STR
,
*
pResMgr
),
VCL_MESSAGE_WARNING
);
aBox
.
Execute
();
aBox
.
Execute
();
}
}
}
}
...
...
vcl/source/src/stdtext.src
Dosyayı görüntüle @
d0c3c16c
...
@@ -49,9 +49,9 @@ String SV_STDTEXT_PREFERENCES
...
@@ -49,9 +49,9 @@ String SV_STDTEXT_PREFERENCES
Text [ en-US ] = "Preferences...";
Text [ en-US ] = "Preferences...";
};
};
WarningBox SV_EDIT_WARNING_BOX
String SV_EDIT_WARNING_STR
{
{
Message
[en-US] = "The inserted text exceeded the maximum length of this text field. The text was truncated.";
Text
[en-US] = "The inserted text exceeded the maximum length of this text field. The text was truncated.";
};
};
String SV_MAC_SCREENNNAME
String SV_MAC_SCREENNNAME
...
...
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