diff options
| author | Wen Heping <wen@FreeBSD.org> | 2016-03-06 10:53:58 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2016-03-06 10:53:58 +0000 |
| commit | a6848ff6a376e87f7e4ea0326bfabf82a5f480f3 (patch) | |
| tree | 55ca93b5c9a316fe6d9ca2d19868ebaa690c7e63 /math/fityk/files/patch-src__wxgui__sidebar.cpp | |
| parent | Update to 1.7 (diff) | |
- Update to 1.3.0
PR: 205894
Submitted by: tkato432@yahoo.com
Notes
Notes:
svn path=/head/; revision=410453
Diffstat (limited to 'math/fityk/files/patch-src__wxgui__sidebar.cpp')
| -rw-r--r-- | math/fityk/files/patch-src__wxgui__sidebar.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/fityk/files/patch-src__wxgui__sidebar.cpp b/math/fityk/files/patch-src__wxgui__sidebar.cpp deleted file mode 100644 index d123d102cd62..000000000000 --- a/math/fityk/files/patch-src__wxgui__sidebar.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wxgui/sidebar.cpp.orig 2015-04-30 21:04:15 UTC -+++ src/wxgui/sidebar.cpp -@@ -897,7 +897,7 @@ void SideBar::update_func_inf() - realt a; - if (func->get_center(&a)) - inf->AppendText(wxT("Center: ") -- + s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a))); -+ + s2wx(format1<realt, 30>("%.10" REALT_LENGTH_MOD "g", a))); - if (func->get_area(&a)) - inf->AppendText(wxT("\nArea: ") + s2wx(S(a))); - if (func->get_height(&a)) |
