OSDN Git Service

名前欄の数字がレスポップアップされない不具合の修正
authorh677 <h677>
Thu, 13 Mar 2008 16:42:23 +0000 (16:42 +0000)
committerh677 <h677>
Thu, 13 Mar 2008 16:42:23 +0000 (16:42 +0000)
Giko.pas
gikoNavi.res

index 3920020..07de719 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -2029,7 +2029,7 @@ begin
                 end;
 
                 cResPopup := FResPopupBrowser.CreateNewBrowser;
-                               tmp2 := ZenToHan(e.Get_outerText);
+                               tmp2 := Trim(ZenToHan(e.Get_outerText));
                                if (GikoSys.IsNumeric(tmp2)) then begin
                                        //\82\93\82Í\83\8c\83X\94Ô\8d\86\82Á\82Û\82¢\82Á\82·\81B
                                        wkIntSt := StrToInt64(tmp2);
index 7f2e9a3..794878d 100644 (file)
Binary files a/gikoNavi.res and b/gikoNavi.res differ