正在显示
6 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -139,7 +139,7 @@ package | @@ -139,7 +139,7 @@ package | ||
| 139 | customItems.push(new ContextMenuItem("Server: " + srs_server)); | 139 | customItems.push(new ContextMenuItem("Server: " + srs_server)); |
| 140 | } | 140 | } |
| 141 | if (srs_primary != null) { | 141 | if (srs_primary != null) { |
| 142 | - customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary)); | 142 | + customItems.push(new ContextMenuItem("Primary: " + srs_primary)); |
| 143 | } | 143 | } |
| 144 | if (srs_authors != null) { | 144 | if (srs_authors != null) { |
| 145 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); | 145 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); |
| @@ -282,7 +282,7 @@ package | @@ -282,7 +282,7 @@ package | ||
| 282 | customItems.push(new ContextMenuItem("Server: " + srs_server)); | 282 | customItems.push(new ContextMenuItem("Server: " + srs_server)); |
| 283 | } | 283 | } |
| 284 | if (srs_primary != null) { | 284 | if (srs_primary != null) { |
| 285 | - customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary)); | 285 | + customItems.push(new ContextMenuItem("Primary: " + srs_primary)); |
| 286 | } | 286 | } |
| 287 | if (srs_authors != null) { | 287 | if (srs_authors != null) { |
| 288 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); | 288 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); |
| @@ -148,7 +148,7 @@ package | @@ -148,7 +148,7 @@ package | ||
| 148 | customItems.push(new ContextMenuItem("Server: " + srs_server)); | 148 | customItems.push(new ContextMenuItem("Server: " + srs_server)); |
| 149 | } | 149 | } |
| 150 | if (srs_primary != null) { | 150 | if (srs_primary != null) { |
| 151 | - customItems.push(new ContextMenuItem("PrimaryAuthors: " + srs_primary)); | 151 | + customItems.push(new ContextMenuItem("Primary: " + srs_primary)); |
| 152 | } | 152 | } |
| 153 | if (srs_authors != null) { | 153 | if (srs_authors != null) { |
| 154 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); | 154 | customItems.push(new ContextMenuItem("Authors: " + srs_authors)); |
-
请 注册 或 登录 后发表评论