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
16b20502
Kaydet (Commit)
16b20502
authored
Agu 23, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert email config error dialog to .ui
Change-Id: Ieeac40fed60450514469fe1c2bd62f61e174591b
üst
fa94ca9a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
38 additions
and
39 deletions
+38
-39
AllLangResTarget_sfx2.mk
sfx2/AllLangResTarget_sfx2.mk
+0
-1
UIConfig_sfx.mk
sfx2/UIConfig_sfx.mk
+1
-0
dialog.hrc
sfx2/source/dialog/dialog.hrc
+0
-2
mailmodel.cxx
sfx2/source/dialog/mailmodel.cxx
+2
-2
mailwindow.src
sfx2/source/dialog/mailwindow.src
+0
-34
errorfindemaildialog.ui
sfx2/uiconfig/ui/errorfindemaildialog.ui
+35
-0
No files found.
sfx2/AllLangResTarget_sfx2.mk
Dosyayı görüntüle @
16b20502
...
...
@@ -47,7 +47,6 @@ $(eval $(call gb_SrsTarget_add_files,sfx/res,\
sfx2/source/dialog/dinfdlg.src \
sfx2/source/dialog/filedlghelper.src \
sfx2/source/dialog/inputdlg.src \
sfx2/source/dialog/mailwindow.src \
sfx2/source/dialog/newstyle.src \
sfx2/source/dialog/recfloat.src \
sfx2/source/dialog/srchdlg.src \
...
...
sfx2/UIConfig_sfx.mk
Dosyayı görüntüle @
16b20502
...
...
@@ -16,6 +16,7 @@ $(eval $(call gb_UIConfig_add_uifiles,sfx,\
sfx2/uiconfig/ui/documentfontspage \
sfx2/uiconfig/ui/documentinfopage \
sfx2/uiconfig/ui/documentpropertiesdialog \
sfx2/uiconfig/ui/errorfindemaildialog \
sfx2/uiconfig/ui/licensedialog \
sfx2/uiconfig/ui/managestylepage \
sfx2/uiconfig/ui/optprintpage \
...
...
sfx2/source/dialog/dialog.hrc
Dosyayı görüntüle @
16b20502
...
...
@@ -52,8 +52,6 @@
#define STR_APPLY ( RC_DIALOG_BEGIN + 87 )
#define RID_ERRBOX_MAIL_CONFIG ( RC_DIALOG_BEGIN + 92 )
// 100-106 in tbxcust.hrc
#define STR_MACRO_LOSS ( RC_DIALOG_BEGIN + 107 )
#define STR_CANCEL_RECORDING ( RC_DIALOG_BEGIN + 108 )
...
...
sfx2/source/dialog/mailmodel.cxx
Dosyayı görüntüle @
16b20502
...
...
@@ -51,7 +51,7 @@
#include <rtl/uri.h>
#include <rtl/uri.hxx>
#include <rtl/ustrbuf.hxx>
#include <vcl/
msgbox
.hxx>
#include <vcl/
layout
.hxx>
#include <sfx2/mailmodelapi.hxx>
#include "sfxtypes.hxx"
...
...
@@ -892,7 +892,7 @@ SfxMailModel::SendMailResult SfxMailModel::Send( const css::uno::Reference< css:
SolarMutexGuard
aGuard
;
Window
*
pParentWindow
=
VCLUnoHelper
::
GetWindow
(
xParentWindow
);
ErrorBox
aBox
(
pParentWindow
,
SfxResId
(
RID_ERRBOX_MAIL_CONFIG
)
);
MessageDialog
aBox
(
pParentWindow
,
"ErrorFindEmailDialog"
,
"sfx/ui/errorfindemaildialog.ui"
);
aBox
.
Execute
();
eResult
=
SEND_MAIL_CANCELLED
;
}
...
...
sfx2/source/dialog/mailwindow.src
deleted
100644 → 0
Dosyayı görüntüle @
fa94ca9a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "dialog.hrc"
#include "helpid.hrc"
// RID_ERRBOX_MAIL_CONFIG ---------------------------------------------------
ErrorBox RID_ERRBOX_MAIL_CONFIG
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
MESSAGE [ en-US ] = "%PRODUCTNAME was unable to find a working e-mail configuration. Please save this document locally instead and attach it from within your e-mail client." ;
};
// ------------------------------------------------------------------- EOF
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/uiconfig/ui/errorfindemaildialog.ui
0 → 100644
Dosyayı görüntüle @
16b20502
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object
class=
"GtkMessageDialog"
id=
"ErrorFindEmailDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
12
</property>
<property
name=
"title"
translatable=
"yes"
>
No e-mail configuration
</property>
<property
name=
"resizable"
>
False
</property>
<property
name=
"type_hint"
>
dialog
</property>
<property
name=
"skip_taskbar_hint"
>
True
</property>
<property
name=
"message_type"
>
error
</property>
<property
name=
"buttons"
>
ok
</property>
<property
name=
"text"
translatable=
"yes"
>
%PRODUCTNAME was unable to find a working e-mail configuration.
</property>
<property
name=
"secondary_text"
translatable=
"yes"
>
Please save this document locally instead and attach it from within your e-mail client.
</property>
<child
internal-child=
"vbox"
>
<object
class=
"GtkBox"
id=
"messagedialog-vbox"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"spacing"
>
24
</property>
<child
internal-child=
"action_area"
>
<object
class=
"GtkButtonBox"
id=
"messagedialog-action_area"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"layout_style"
>
end
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"pack_type"
>
end
</property>
<property
name=
"position"
>
0
</property>
</packing>
</child>
</object>
</child>
</object>
</interface>
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