summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2018-12-01 16:55:45 +0000
committeranatoly techtonik <techtonik@gmail.com>2018-12-01 16:55:45 +0000
commit64bd0ec87fee36c0e88c5880a783e4d084643fc3 (patch)
treef09f28d26d851bfb5e9fcd302c721a186d521403 /src/ui/dialog/aboutbox.cpp
parentaboutbox.cpp: Add 2019 as some 1.0 release date in the future (diff)
downloadinkscape-64bd0ec87fee36c0e88c5880a783e4d084643fc3.tar.gz
inkscape-64bd0ec87fee36c0e88c5880a783e4d084643fc3.zip
Turn off clang-format for about box formatting
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
-rw-r--r--src/ui/dialog/aboutbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index 02647c627..d79a14861 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -80,6 +80,7 @@ AboutBox::AboutBox()
// Set Application metadata, which will be automatically
// inserted into text widgets by the Gtk::AboutDialog parent class
+ // clang-format off
set_program_name ( "Inkscape");
set_version ( Inkscape::version_string);
set_logo_icon_name( INKSCAPE_ICON("inkscape"));
@@ -89,6 +90,7 @@ AboutBox::AboutBox()
set_copyright (_("© 2019 Inkscape Developers"));
set_comments (_("Open Source Scalable Vector Graphics Editor\n"
"Draw Freely."));
+ // clang-format on
}
/**