| Index: fpdfsdk/formfiller/cffl_radiobutton.cpp
|
| diff --git a/fpdfsdk/formfiller/FFL_RadioButton.cpp b/fpdfsdk/formfiller/cffl_radiobutton.cpp
|
| similarity index 96%
|
| rename from fpdfsdk/formfiller/FFL_RadioButton.cpp
|
| rename to fpdfsdk/formfiller/cffl_radiobutton.cpp
|
| index 029bcf1a17e448755d9b983141af4efd954791db..08263601bb9dcc481dba5be6e61cd730cba3f284 100644
|
| --- a/fpdfsdk/formfiller/FFL_RadioButton.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_radiobutton.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_RadioButton.h"
|
| +#include "fpdfsdk/formfiller/cffl_radiobutton.h"
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
| #include "fpdfsdk/include/fsdk_mgr.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_SpecialButton.h"
|
|
|
|
|